UNPKG

@uppy/provider-views

Version:

View library for Uppy remote provider plugins.

4 lines 269 B
import type { PartialTree, PartialTreeFolder, PartialTreeId } from '@uppy/core'; declare const getBreadcrumbs: (partialTree: PartialTree, currentFolderId: PartialTreeId) => PartialTreeFolder[]; export default getBreadcrumbs; //# sourceMappingURL=getBreadcrumbs.d.ts.map