mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
style(editor): DepTargetType是枚举类型,不能用type修饰
This commit is contained in:
parent
5547eb4ee8
commit
f305f0a93e
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user