mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 03:01:16 +00:00
feat: update engine classes exports
This commit is contained in:
parent
c65c17f779
commit
97eb477746
@ -1,4 +1,4 @@
|
|||||||
import {
|
export {
|
||||||
Project,
|
Project,
|
||||||
Skeleton,
|
Skeleton,
|
||||||
DocumentModel,
|
DocumentModel,
|
||||||
@ -12,20 +12,5 @@ import {
|
|||||||
SimulatorHost,
|
SimulatorHost,
|
||||||
SkeletonItem,
|
SkeletonItem,
|
||||||
} from '@alilc/lowcode-shell';
|
} 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