sudovanilla-website/public/@shoelace-style/shoelace/cdn/shoelace-autoloader.d.ts

5 lines
156 B
TypeScript
Raw Normal View History

2024-05-13 22:34:06 -05:00
/**
* Checks a node for undefined elements and attempts to register them.
*/
export declare function discover(root: Element | ShadowRoot): Promise<void>;