From f305f0a93e954ce1513af7e9d9b6057aa6a5fa90 Mon Sep 17 00:00:00 2001 From: roymondchen Date: Tue, 21 Nov 2023 19:29:45 +0800 Subject: [PATCH] =?UTF-8?q?style(editor):=20DepTargetType=E6=98=AF?= =?UTF-8?q?=E6=9E=9A=E4=B8=BE=E7=B1=BB=E5=9E=8B=EF=BC=8C=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E7=94=A8type=E4=BF=AE=E9=A5=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/editor/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';