interface.d.ts 75 B

123
  1. export declare type PaginationType = boolean | {
  2. pageSize?: number;
  3. };