diff --git a/packages/editor/src/index.ts b/packages/editor/src/index.ts index 10181ceb..e8b81f7b 100644 --- a/packages/editor/src/index.ts +++ b/packages/editor/src/index.ts @@ -40,7 +40,7 @@ import './theme/index.scss'; export type { OnDrag } from 'gesto'; -export type { DepTargetType } from '@tmagic/dep'; +export { DepTargetType } from '@tmagic/dep'; export type { MoveableOptions } from '@tmagic/stage'; export * from './type'; export * from './hooks';