Skip to content

Commit 5c3b77f

Browse files
agoni1212tangjinzhou
authored andcommitted
Update table.d.ts (#377)
change interface customSelction to customSelection
1 parent 0e36ee1 commit 5c3b77f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/table/table.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export declare class PaginationConfig extends Pagination {
1313
position: "top" | "bottom" | "both";
1414
}
1515

16-
export interface customSelction {
16+
export interface customSelection {
1717
/**
1818
* Key
1919
* @description Unique key of this selection
@@ -63,7 +63,7 @@ export interface TableRowSelection {
6363
* Custom selection config, only displays default selections when set to true
6464
* @type boolean | object[]
6565
*/
66-
selections?: boolean | customSelction[];
66+
selections?: boolean | customSelection[];
6767

6868
/**
6969
* Remove the default Select All and Select Invert selections

0 commit comments

Comments
 (0)