UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

4 lines 274 B
/*! * KoliBri - The accessible HTML-Standard */ import{proxyCustomElement,HTMLElement}from"@stencil/core/internal/client";const TestComponent=proxyCustomElement(class extends HTMLElement{static get is(){return"test-component"}},[0,"test-component"]);export{TestComponent};