UNPKG

@clerk/shared

Version:

Internal package utils used by the Clerk SDKs

7 lines (5 loc) 190 B
/** * Uses a MutationObserver to wait for an element to be added to the DOM. */ declare function waitForElement(selector: string): Promise<HTMLElement | null>; export { waitForElement };