UNPKG

75 BTypeScriptView Raw
1export declare type PaginationType = boolean | {
2 pageSize?: number;
3};