UNPKG

drab

Version:

Interactivity for You

9 lines 338 B
/** * Define a custom element to the registry. Checks if the element is * defined and then names the element. * * @param name name of the custom element * @param Constructor custom element constructor */ export declare const define: (name: string, Constructor: CustomElementConstructor) => void; //# sourceMappingURL=define.d.ts.map