@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
22 lines (16 loc) • 699 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-cdb0df7a.js');
const tableRowCss = ":host{break-inside:avoid;page-break-inside:avoid;display:table-row}";
const UtrechtTableRowStyle0 = tableRowCss;
const TableRow = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, { key: '2549a7162397aa0ee06ce69c35a39af2f9700632', role: "row" }, index.h("slot", { key: 'd9d10eb4ef268e425f8d627602e6dcba7d9a7386' })));
}
};
TableRow.style = UtrechtTableRowStyle0;
exports.utrecht_table_row = TableRow;
//# sourceMappingURL=utrecht-table-row.cjs.entry.js.map