export interface Props { className?: string, children?: any } const TBody = ({ children, className }: Props): JSX.Element => (