UNPKG

@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) 675 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-df3f0e01.js'); const tableRowCss = ":host{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: 'aee29755a992b5474d573c384d871be54c30a402', role: "row" }, index.h("slot", { key: 'ba08000e6008dbda42e255d5d6c53bc88d3fe0ca' }))); } }; TableRow.style = UtrechtTableRowStyle0; exports.utrecht_table_row = TableRow; //# sourceMappingURL=utrecht-table-row.cjs.entry.js.map