Skip to content

Commit

Permalink
@uppy/core: export UppyOptions, UppyFile, Meta, Body (#5319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon authored Jul 10, 2024
1 parent 473e164 commit 0bca487
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/@uppy/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 0bca487

Please sign in to comment.