@uppy/provider-views
Version:
View library for Uppy remote provider plugins.
4 lines • 339 B
TypeScript
import type { PartialTreeFile, PartialTreeFolderNode } from '@uppy/core';
declare const getClickedRange: (clickedId: string, displayedPartialTree: (PartialTreeFolderNode | PartialTreeFile)[], isShiftKeyPressed: boolean, lastCheckbox: string | null) => string[];
export default getClickedRange;
//# sourceMappingURL=getClickedRange.d.ts.map