@utrecht/web-component-library-stencil
Version:
Stencil component library bundle for the Municipality of Utrecht based on the NL Design System architecture
19 lines (18 loc) • 486 B
JavaScript
import { h } from "@stencil/core";
export class TableContainer {
render() {
return h("slot", { key: 'd96a786a828ae3a1503ea8ecd07f0fcf05da4203' });
}
static get is() { return "utrecht-table-container"; }
static get originalStyleUrls() {
return {
"$": ["table-container.scss"]
};
}
static get styleUrls() {
return {
"$": ["table-container.css"]
};
}
}
//# sourceMappingURL=table-container.js.map