We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919bca3 commit ef6fedeCopy full SHA for ef6fede
1 file changed
src/components/Table/TableContainer.tsx
@@ -19,7 +19,7 @@ export interface TableDataContainerProps
19
>,
20
"size" | "overflowMenuOnHover" | "stickyHeader" | "useStaticWidth"
21
22
- React.TableHTMLAttributes<HTMLTableElement> {
+ Omit<React.TableHTMLAttributes<HTMLTableElement>, "children"> {
23
children(signature: any): React.JSX.Element;
24
size?: TableProps["size"];
25
}
0 commit comments