UNPKG

typed-custom-elements

Version:

TypeScript types for building type-safe Web Components with proper type checking for custom elements.

4 lines (3 loc) 182 B
export { CustomElement } from "./CustomElement" export { CustomElementConstructor } from "./CustomElementConstructor" export { CustomElementRegistry } from "./CustomElementRegistry"