var e=class extends HTMLElement{constructor(){super();let t=document.createElement("template");t.innerHTML=e.template(),this.attachShadow({mode:"open"}),this.shadowRoot.appendChild(document.importNode(t.content,!0))}static template(){return` `}};customElements.define("wc-blink",e);export{e as WCBlink};