We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e36ee1 commit 5c3b77fCopy full SHA for 5c3b77f
types/table/table.d.ts
@@ -13,7 +13,7 @@ export declare class PaginationConfig extends Pagination {
13
position: "top" | "bottom" | "both";
14
}
15
16
-export interface customSelction {
+export interface customSelection {
17
/**
18
* Key
19
* @description Unique key of this selection
@@ -63,7 +63,7 @@ export interface TableRowSelection {
63
* Custom selection config, only displays default selections when set to true
64
* @type boolean | object[]
65
*/
66
- selections?: boolean | customSelction[];
+ selections?: boolean | customSelection[];
67
68
69
* Remove the default Select All and Select Invert selections
0 commit comments