UNPKG

149 BTypeScriptView Raw
1export type PaginationType = boolean | {
2 pageSize?: number;
3 simple?: boolean;
4 showSizeChanger?: boolean;
5 showLessItems?: boolean;
6};