fix: TypeScript definition of Table interface for typescript 4.3.5 (#4353)
* fix type for typescript 4.3.5 * Update interface.ts close #4296pull/4361/head
parent
1152e8cd71
commit
fb94726a1e
|
@ -60,7 +60,7 @@ export type ColumnProps = Partial<ExtractPropTypes<typeof columnProps>> & {
|
|||
filterIcon?: string;
|
||||
filterDropdown?: string;
|
||||
customRender?: string;
|
||||
[key: string]: string;
|
||||
[key: string]: string | undefined;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue