mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
fix tslint
This commit is contained in:
parent
7e77489c8e
commit
175438ec8c
@ -28,7 +28,7 @@ export interface TransferListProps {
|
||||
handleSelect?: (selectedItem: any, checked: boolean) => void;
|
||||
handleSelectAll?: (dataSource: any[], checkAll: boolean) => void;
|
||||
handleClear?: () => void;
|
||||
render?: (...any) => any;
|
||||
render?: (item: any) => any;
|
||||
body?: (props: any) => any;
|
||||
footer?: (props: any) => void;
|
||||
checkedKeys?: any[];
|
||||
|
Loading…
Reference in New Issue
Block a user