UNPKG

@uppy/provider-views

Version:

View library for Uppy remote provider plugins.

8 lines 428 B
import type { PartialTree, PartialTreeFile, PartialTreeFolderNode } from '@uppy/core'; import type { CompanionFile } from '@uppy/utils/lib/CompanionFile'; export interface Cache { [key: string]: (PartialTreeFile | PartialTreeFolderNode)[]; } declare const getCheckedFilesWithPaths: (partialTree: PartialTree) => CompanionFile[]; export default getCheckedFilesWithPaths; //# sourceMappingURL=getCheckedFilesWithPaths.d.ts.map