UNPKG

@shoelace-style/shoelace

Version:

A forward-thinking library of web components.

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