interface PagerInitialState {
    page?: number;
}

Properties

Properties

page?: number

The initial page number.