UNPKG

@uppy/utils

Version:

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

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