Skip to content

Commit

Permalink
feat: update engine classes exports
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping authored and JackLian committed Nov 7, 2023
1 parent ac30a46 commit 13c6119
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions packages/engine/src/modules/classes.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {
export {
Project,
Skeleton,
DocumentModel,
Expand All @@ -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,
};

0 comments on commit 13c6119

Please sign in to comment.