interface PagerProps {
    initialState?: PagerInitialState;
    options?: PagerOptions;
}

Properties

initialState?: PagerInitialState

The initial state that should be applied to the Pager controller.

options?: PagerOptions

The options for the Pager controller.