UNPKG

@uppy/provider-views

Version:

View library for Uppy remote provider plugins.

7 lines (6 loc) 533 B
export { default as GooglePickerView } from './GooglePicker/GooglePickerView.js'; export { authorize, ensureScriptsInjected, logout, pollPickingSession, showDrivePicker, showPhotosPicker, } from './GooglePicker/googlePicker.js'; export { GoogleDriveIcon, GooglePhotosIcon } from './GooglePicker/icons.js'; export { default as ProviderViews, defaultPickerIcon, } from './ProviderView/index.js'; export { default as SearchInput } from './SearchInput.js'; export { default as SearchProviderViews } from './SearchProviderView/index.js';