Skip to content

Commit

Permalink
Clean up exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Jan 9, 2025
1 parent a63be56 commit d8c99e9
Showing 1 changed file with 19 additions and 20 deletions.
39 changes: 19 additions & 20 deletions packages/@uppy/core/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
export { default } from './Uppy.js'
export {
default as Uppy,
type State,
type BaseProviderPlugin,
type PartialTree,
type PartialTreeFile,
type PartialTreeFolder,
type PartialTreeFolderNode,
type PartialTreeFolderRoot,
type PartialTreeId,
type UnknownPlugin,
type UnknownProviderPlugin,
type UnknownProviderPluginState,
type UnknownSearchProviderPlugin,
type UnknownSearchProviderPluginState,
type UploadResult,
type UppyEventMap,
type UppyOptions,
type AsyncStore,
export { default, default as Uppy } from './Uppy.js'
export type {
State,
BaseProviderPlugin,
PartialTree,
PartialTreeFile,
PartialTreeFolder,
PartialTreeFolderNode,
PartialTreeFolderRoot,
PartialTreeId,
UnknownPlugin,
UnknownProviderPlugin,
UnknownProviderPluginState,
UnknownSearchProviderPlugin,
UnknownSearchProviderPluginState,
UploadResult,
UppyEventMap,
UppyOptions,
AsyncStore,
} from './Uppy.js'

export { default as UIPlugin } from './UIPlugin.js'
Expand Down

0 comments on commit d8c99e9

Please sign in to comment.