UNPKG

@synergy-design-system/components

Version:
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>;