Skip to content

Commit 8eb43a4

Browse files
committed
fix: table ts type #5009
close #5009
1 parent c685b46 commit 8eb43a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/vc-table/interface.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export type Key = number | string;
2121

2222
export type FixedType = 'left' | 'right' | boolean;
2323

24-
export type DefaultRecordType = Record<string, any>;
24+
export type DefaultRecordType = any;
2525

2626
export type TableLayout = 'auto' | 'fixed';
2727

0 commit comments

Comments
 (0)