interface NumericFilterProps {
    initialState?: NumericFilterInitialState;
    options: NumericFilterOptions;
}

Properties

The initial state.

The options for the NumericFilter controller.