style(editor): DepTargetType是枚举类型,不能用type修饰

This commit is contained in:
roymondchen 2023-11-21 19:29:45 +08:00
parent 5547eb4ee8
commit f305f0a93e

View File

@ -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';