Skip to content

Commit a98c64a

Browse files
author
Domino987
committed
add types
1 parent a46d1af commit a98c64a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ export interface Column<RowData extends object> {
188188
customExport?: (rowData: RowData) => unknown;
189189
defaultFilter?: any;
190190
defaultGroupOrder?: number;
191+
id?: unknown;
191192
defaultGroupSort?: 'asc' | 'desc';
192193
defaultSort?: 'asc' | 'desc';
193194
disableClick?: boolean;

0 commit comments

Comments
 (0)