UNPKG

@uppy/provider-views

Version:

View library for Uppy remote provider plugins.

5 lines 448 B
import type { PartialTree, PartialTreeFolder } from '@uppy/core'; import type { CompanionFile } from '@uppy/utils/lib/CompanionFile'; declare const afterOpenFolder: (oldPartialTree: PartialTree, discoveredItems: CompanionFile[], clickedFolder: PartialTreeFolder, currentPagePath: string | null, validateSingleFile: (file: CompanionFile) => string | null) => PartialTree; export default afterOpenFolder; //# sourceMappingURL=afterOpenFolder.d.ts.map