Files
planet/frontend/node_modules/antd/lib/transfer/interface.d.ts
2026-03-05 11:46:58 +08:00

8 lines
186 B
TypeScript

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