import { Box } from '@chakra-ui/react'; import type { BoxProps } from '@chakra-ui/react'; export const TableBody = (props: BoxProps) => ( );