UNPKG

@cimpress/react-components

Version:
8 lines 376 B
import React from 'react'; import { Robot } from '../../Robot'; const EmptyTableRow = ({ columns, message }) => (React.createElement("tr", null, React.createElement("td", { colSpan: columns.length, align: "center" }, React.createElement(Robot, { status: "info", size: "sm" }), message))); export { EmptyTableRow }; //# sourceMappingURL=EmptyTableRow.js.map