UNPKG

@larva.io/webcomponents

Version:

Fentrica SmartUnits WebComponents package

24 lines (23 loc) 633 B
/*! * (C) Fentrica http://fentrica.com - Seee LICENSE.md */ import { h } from "@stencil/core"; export class LarvaButtonGroup { render() { return (h("slot", { key: '0c63bb4c2a86ba0bba975ac3e82e48d56d17ab28' })); } static get is() { return "lar-button-group"; } static get encapsulation() { return "shadow"; } static get originalStyleUrls() { return { "$": ["button-group.scss"] }; } static get styleUrls() { return { "$": ["button-group.css"] }; } static get elementRef() { return "el"; } } //# sourceMappingURL=button-group.js.map