UNPKG

@guardian/threads

Version:
8 lines 410 B
import { __assign, __rest } from "tslib"; import React from 'react'; import styles from './Table.module.css'; export var Table = function (_a) { var children = _a.children, className = _a.className, rest = __rest(_a, ["children", "className"]); return (React.createElement("table", __assign({}, rest, { className: [styles.table, className].join(' ') }), children)); }; //# sourceMappingURL=Table.js.map