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 0559503 commit e7e1afeCopy full SHA for e7e1afe
packages/compat/src/components/TableRow/index.tsx
@@ -46,6 +46,8 @@ interface TableRowPropTypes extends TableRowAttributes, Omit<CommonProps, keyof
46
* Defines the cells of the component.
47
*
48
* **Note:** Use `TableCell` for the intended design.
49
+ *
50
+ * __Supported Node Type/s:__ `TableCell`
51
*/
52
children?: ReactNode | ReactNode[];
53
}
0 commit comments