Type Alias: TableBodyProps
TableBodyProps = Pick<React.ComponentProps<"tbody">, "children" | "className" | "style"> & React.RefAttributes<HTMLTableSectionElement> & object
Passed to the Components.TableBody custom component
Type declaration
data-testid
data-testid: string