@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) • 625 B
JavaScript
import { r as registerInstance, h, H as Host } from './index-593361c2.js';
const tableRowCss = ":host{break-inside:avoid;page-break-inside:avoid;display:table-row}";
const UtrechtTableRowStyle0 = tableRowCss;
const TableRow = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
render() {
return (h(Host, { key: '2549a7162397aa0ee06ce69c35a39af2f9700632', role: "row" }, h("slot", { key: 'd9d10eb4ef268e425f8d627602e6dcba7d9a7386' })));
}
};
TableRow.style = UtrechtTableRowStyle0;
export { TableRow as utrecht_table_row };
//# sourceMappingURL=utrecht-table-row.entry.js.map