We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1152e8c commit fb94726Copy full SHA for fb94726
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