We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59e483b commit fc0d687Copy full SHA for fc0d687
components/table/interface.ts
@@ -60,7 +60,7 @@ export type ColumnProps = Partial<ExtractPropTypes<typeof columnProps>> & {
60
filterIcon?: string;
61
filterDropdown?: string;
62
customRender?: string;
63
- [key: string]: string;
+ [key: string]: string | undefined;
64
};
65
66
0 commit comments