@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
4 lines • 871 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
import{proxyCustomElement,HTMLElement,h,Host}from"@stencil/core/internal/client";const KolIndentedTextWc$1=proxyCustomElement(class extends HTMLElement{constructor(){super(),this.__registerHost(),this.state={}}render(){return h(Host,{key:"0250f19fa465ca6b14f7396746fe7d0ed0354758",class:"kol-indented-text-wc"},h("div",{key:"b8108cc41843ad18171b3678449718b3c3635eff"},h("slot",{key:"8346127058df62e86002dec6714e9accd407cf46"})))}},[4,"kol-indented-text-wc",{state:[32]}]);function defineCustomElement$1(){if("undefined"==typeof customElements)return;["kol-indented-text-wc"].forEach((e=>{if("kol-indented-text-wc"===e)customElements.get(e)||customElements.define(e,KolIndentedTextWc$1)}))}const KolIndentedTextWc=KolIndentedTextWc$1,defineCustomElement=defineCustomElement$1;export{KolIndentedTextWc,defineCustomElement};