interface ResultsPerPageProps {
    initialState?: ResultsPerPageInitialState;
}

Properties

Properties

The initial state that should be applied to this ResultsPerPage controller.