We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e12b0 commit c3720b9Copy full SHA for c3720b9
packages/main/src/components/AnalyticalTable/types/index.ts
@@ -211,7 +211,7 @@ export interface TableInstance {
211
useControlledState: (
212
state: TableInstance['state'] & Record<string, any>,
213
instance?: { instance: TableInstance },
214
- ) => TableInstance['state'];
+ ) => TableInstance['state'] & Record<string, any>;
215
virtualRowsRange?: {
216
startIndex: number;
217
endIndex: number;
0 commit comments