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

5 lines
156 B
TypeScript
Raw Normal View History

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