UNPKG

@uppy/provider-views

Version:

View library for Uppy remote provider plugins.

5 lines 435 B
import type { PartialTree, PartialTreeId } from '@uppy/core'; import type { CompanionFile } from '@uppy/utils/lib/CompanionFile'; declare const afterScrollFolder: (oldPartialTree: PartialTree, currentFolderId: PartialTreeId, items: CompanionFile[], nextPagePath: string | null, validateSingleFile: (file: CompanionFile) => string | null) => PartialTree; export default afterScrollFolder; //# sourceMappingURL=afterScrollFolder.d.ts.map