Update table.d.ts (#377)

change interface customSelction to customSelection
pull/383/head
agoni1212 2019-01-07 21:06:44 +08:00 committed by tangjinzhou
parent 0e36ee1e41
commit 5c3b77f5c3
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ export declare class PaginationConfig extends Pagination {
position: "top" | "bottom" | "both"; position: "top" | "bottom" | "both";
} }
export interface customSelction { export interface customSelection {
/** /**
* Key * Key
* @description Unique key of this selection * @description Unique key of this selection
@ -63,7 +63,7 @@ export interface TableRowSelection {
* Custom selection config, only displays default selections when set to true * Custom selection config, only displays default selections when set to true
* @type boolean | object[] * @type boolean | object[]
*/ */
selections?: boolean | customSelction[]; selections?: boolean | customSelection[];
/** /**
* Remove the default Select All and Select Invert selections * Remove the default Select All and Select Invert selections