parent
c685b46704
commit
8eb43a4848
|
@ -21,7 +21,7 @@ export type Key = number | string;
|
||||||
|
|
||||||
export type FixedType = 'left' | 'right' | boolean;
|
export type FixedType = 'left' | 'right' | boolean;
|
||||||
|
|
||||||
export type DefaultRecordType = Record<string, any>;
|
export type DefaultRecordType = any;
|
||||||
|
|
||||||
export type TableLayout = 'auto' | 'fixed';
|
export type TableLayout = 'auto' | 'fixed';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue