first commit
This commit is contained in:
7
frontend/node_modules/antd/lib/transfer/interface.d.ts
generated
vendored
Normal file
7
frontend/node_modules/antd/lib/transfer/interface.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export type TransferKey = React.Key;
|
||||
export type PaginationType = boolean | {
|
||||
pageSize?: number;
|
||||
simple?: boolean;
|
||||
showSizeChanger?: boolean;
|
||||
showLessItems?: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user