karthik-2905's picture
Upload folder using huggingface_hub
5d14125 verified
/**
* Uses a MutationObserver to wait for an element to be added to the DOM.
*/
declare function waitForElement(selector: string): Promise<HTMLElement | null>;
export { waitForElement };