Forráskód Böngészése

uppy CDN: Export UIPlugin and BasePlugin (#4774)

Export UIPlugin and BasePlugin
Artur Paikin 1 éve
szülő
commit
df8eeaa46b
1 módosított fájl, 4 hozzáadás és 0 törlés
  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`
  */