gov-gui
Version:
Gov UI Component Library Typscript Build
33 lines (32 loc) • 975 B
JavaScript
import { h } from "@stencil/core";
export class AccordionItem {
render() {
return h("slot", { key: 'cc647e89d2bc93de355c40b0a22a4eb69dff60dc' });
}
static get is() { return "gov-accordion-item"; }
static get encapsulation() { return "shadow"; }
static get properties() {
return {
"label": {
"type": "string",
"mutable": false,
"complexType": {
"original": "string",
"resolved": "string",
"references": {}
},
"required": false,
"optional": false,
"docs": {
"tags": [],
"text": ""
},
"getter": false,
"setter": false,
"attribute": "label",
"reflect": false
}
};
}
}
//# sourceMappingURL=gov-accordion-item.js.map