@uppy/provider-views
Version:
View library for Uppy remote provider plugins.
5 lines • 435 B
TypeScript
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