We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c685b46 commit 8eb43a4Copy full SHA for 8eb43a4
components/vc-table/interface.ts
@@ -21,7 +21,7 @@ export type Key = number | string;
21
22
export type FixedType = 'left' | 'right' | boolean;
23
24
-export type DefaultRecordType = Record<string, any>;
+export type DefaultRecordType = any;
25
26
export type TableLayout = 'auto' | 'fixed';
27
0 commit comments