import { TableBodyProps } from './table-body.types'; /** * The component renders a `
` element and it should contain `TableRow` components. * * ### Usage * * ```tsx * import { Table, TableBody, TableRow, TableCell } from '@bloomreach/react-banana-ui'; * * export default function MyCustomBody() { * return ( *