Skip to content

Commit 97eb477

Browse files
liujupingJackLian
authored andcommitted
feat: update engine classes exports
1 parent c65c17f commit 97eb477

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {
1+
export {
22
Project,
33
Skeleton,
44
DocumentModel,
@@ -12,20 +12,5 @@ import {
1212
SimulatorHost,
1313
SkeletonItem,
1414
} from '@alilc/lowcode-shell';
15-
import { Node as InnerNode } from '@alilc/lowcode-designer';
15+
export { Node as InnerNode } from '@alilc/lowcode-designer';
1616

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

Comments
 (0)