Переглянути джерело

uppy CDN: Export UIPlugin and BasePlugin (#4774)

Export UIPlugin and BasePlugin
Artur Paikin 1 рік тому
батько
коміт
df8eeaa46b
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      packages/uppy/index.mjs

+ 4 - 0
packages/uppy/index.mjs

@@ -1,6 +1,10 @@
 // Core
 export { default as Uppy, debugLogger } from '@uppy/core'
 
+// Plugin base classes
+export { default as UIPlugin } from '@uppy/core/lib/UIPlugin.js'
+export { default as BasePlugin } from '@uppy/core/lib/BasePlugin.js'
+
 /**
  * @deprecated Use `Uppy` instead of `Core`
  */