import React from 'react';
import TableCell from '../table-cell';

export default function Td(props) {
  return <TableCell tagName="td" {...props} />;
}
