import PropTypes from 'prop-types'; import React, { Component } from 'react'; import styles from './TableRowCell.css'; class TableRowCell extends Component { // // Render render() { const { className, children, ...otherProps } = this.props; return (