sudovanilla-website/public/@shoelace-style/shoelace/cdn/shoelace-autoloader.d.ts
2024-05-13 23:34:06 -04:00

4 lines
156 B
TypeScript

/**
* Checks a node for undefined elements and attempts to register them.
*/
export declare function discover(root: Element | ShadowRoot): Promise<void>;