UNPKG

@public-ui/components

Version:

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

13 lines (10 loc) 404 B
/*! * KoliBri - The accessible HTML-Standard */ import { proxyCustomElement, HTMLElement } from '@stencil/core/internal/client'; const TestComponent = proxyCustomElement(class TestComponent extends HTMLElement { static get is() { return "test-component"; } }, [0, "test-component"]); export { TestComponent }; //# sourceMappingURL=test-component.js.map //# sourceMappingURL=test-component.js.map