UNPKG

@aplus-frontend/ui

Version:

9 lines (8 loc) 228 B
/** * 等待某个元素出现(或者超时) * @param selector * @param timeout * @param interval * @returns */ export declare function waitFor(selector: string, timeout?: number, interval?: number): Promise<Element>;