4 lines
156 B
TypeScript
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>;
|