Skip to content

Commit c3720b9

Browse files
authored
Update index.ts
1 parent e2e12b0 commit c3720b9

File tree

1 file changed

+1
-1
lines changed
  • packages/main/src/components/AnalyticalTable/types

1 file changed

+1
-1
lines changed

packages/main/src/components/AnalyticalTable/types/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ export interface TableInstance {
211211
useControlledState: (
212212
state: TableInstance['state'] & Record<string, any>,
213213
instance?: { instance: TableInstance },
214-
) => TableInstance['state'];
214+
) => TableInstance['state'] & Record<string, any>;
215215
virtualRowsRange?: {
216216
startIndex: number;
217217
endIndex: number;

0 commit comments

Comments
 (0)