UNPKG

@padcom/vue3-ce-noshadow

Version:

Version of the Vue.js 3.x `defineCustomElement` that can create custom elements without `shadowRoot`

6 lines (5 loc) 150 B
/*! (c) Andrea Giammarchi - ISC */ declare const HTMLParsedElement: { new (): {}; } | CustomElementConstructor; export default HTMLParsedElement;