minishouyin/node_modules/antd/lib/transfer/interface.d.ts

8 lines
186 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
export type TransferKey = React.Key;
export type PaginationType = boolean | {
pageSize?: number;
simple?: boolean;
showSizeChanger?: boolean;
showLessItems?: boolean;
};