fix tslint

This commit is contained in:
afc163 2016-08-08 15:00:35 +08:00
parent 7e77489c8e
commit 175438ec8c

View File

@ -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[];