ether-admin/node_modules/ant-design-vue/es/transfer/interface.d.ts

7 lines
149 B
TypeScript

export type PaginationType = boolean | {
pageSize?: number;
simple?: boolean;
showSizeChanger?: boolean;
showLessItems?: boolean;
};