tweak code style

This commit is contained in:
afc163 2017-03-28 15:00:19 +08:00
parent 59f805d323
commit 03c5689db6

View File

@ -75,7 +75,7 @@ export interface TableProps<T> {
onExpandedRowsChange?: (expandedRowKeys: string[]) => void;
onExpand?: (expanded: boolean, record: T) => void;
onChange?: (pagination: PaginationProps | boolean, filters: string[], sorter: Object) => any;
loading?: boolean | SpinProps ;
loading?: boolean | SpinProps;
locale?: Object;
indentSize?: number;
onRowClick?: (record: T, index: number) => any;