@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
18 lines (14 loc) • 601 B
JavaScript
import { r as registerInstance, h, H as Host } from './index-6be72d1f.js';
const tableRowCss = ":host{break-inside:avoid;display:table-row}";
const UtrechtTableRowStyle0 = tableRowCss;
const TableRow = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return (h(Host, { key: 'aee29755a992b5474d573c384d871be54c30a402', role: "row" }, h("slot", { key: 'ba08000e6008dbda42e255d5d6c53bc88d3fe0ca' })));
}
};
TableRow.style = UtrechtTableRowStyle0;
export { TableRow as utrecht_table_row };
//# sourceMappingURL=utrecht-table-row.entry.js.map