diff --git a/packages/@uppy/core/src/index.ts b/packages/@uppy/core/src/index.ts index 6afec75f44..7a4dc38840 100644 --- a/packages/@uppy/core/src/index.ts +++ b/packages/@uppy/core/src/index.ts @@ -7,9 +7,12 @@ export { type UnknownSearchProviderPlugin, type UploadResult, type UppyEventMap, + type UppyOptions, } from './Uppy.ts' export { default as UIPlugin } from './UIPlugin.ts' export { default as BasePlugin } from './BasePlugin.ts' export { debugLogger } from './loggers.ts' export type { UIPluginOptions } from './UIPlugin.ts' + +export type { UppyFile, Meta, Body } from '@uppy/utils/lib/UppyFile'