ActiveListProps<T>
TYPE DEFINITION
The properties for the ActiveList React component.
It has all properties the ActiveListConfig has, plus a children property which is a render function which is given the current ActiveList state to render.
Since 1.0.0
Extends ActiveListConfig<T>