mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-11 18:42:56 +00:00
feat: update engine classes exports
This commit is contained in:
parent
c65c17f779
commit
97eb477746
@ -1,4 +1,4 @@
|
||||
import {
|
||||
export {
|
||||
Project,
|
||||
Skeleton,
|
||||
DocumentModel,
|
||||
@ -12,20 +12,5 @@ import {
|
||||
SimulatorHost,
|
||||
SkeletonItem,
|
||||
} from '@alilc/lowcode-shell';
|
||||
import { Node as InnerNode } from '@alilc/lowcode-designer';
|
||||
export { Node as InnerNode } from '@alilc/lowcode-designer';
|
||||
|
||||
export default {
|
||||
Project,
|
||||
Skeleton,
|
||||
DocumentModel,
|
||||
Node,
|
||||
NodeChildren,
|
||||
History,
|
||||
SettingPropEntry,
|
||||
SettingTopEntry,
|
||||
InnerNode,
|
||||
Selection,
|
||||
Prop,
|
||||
SimulatorHost,
|
||||
SkeletonItem,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user