UNPKG

@uploadcare/file-uploader

Version:

Building blocks for Uploadcare products integration

8 lines 284 B
export function waitForAttribute({ element, attribute, onSuccess, onTimeout, timeout }: { element: HTMLElement; attribute: string; onSuccess: (value: string) => void; onTimeout: () => void; timeout?: number; }): void; //# sourceMappingURL=waitForAttribute.d.ts.map