UNPKG

@uppy/utils

Version:

Shared utility functions for Uppy Core and plugins maintained by the Uppy team.

3 lines 218 B
declare function findDOMElement<T>(element: T, context?: ParentNode): T extends Element ? T : T extends Node | string ? Element | null : null; export default findDOMElement; //# sourceMappingURL=findDOMElement.d.ts.map