function Cell(props) {
  const {
    children, className, as: Component, dataName, ...other
  } = props;