We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65c17f commit 97eb477Copy full SHA for 97eb477
1 file changed
packages/engine/src/modules/classes.ts
@@ -1,4 +1,4 @@
1
-import {
+export {
2
Project,
3
Skeleton,
4
DocumentModel,
@@ -12,20 +12,5 @@ import {
12
SimulatorHost,
13
SkeletonItem,
14
} from '@alilc/lowcode-shell';
15
-import { Node as InnerNode } from '@alilc/lowcode-designer';
+export { Node as InnerNode } from '@alilc/lowcode-designer';
16
17
-export default {
18
- Project,
19
- Skeleton,
20
- DocumentModel,
21
- Node,
22
- NodeChildren,
23
- History,
24
- SettingPropEntry,
25
- SettingTopEntry,
26
- InnerNode,
27
- Selection,
28
- Prop,
29
- SimulatorHost,
30
- SkeletonItem,
31
-};
0 commit comments