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