import PropTypes from 'prop-types'; import React from 'react'; import styles from './TableRow.css'; function TableRow(props) { const { className, children, ...otherProps } = props; return (