unis_crm/frontend1/node_modules/antd/es/transfer/interface.d.ts

8 lines
186 B
TypeScript

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