forked from alibaba/lowcode-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclasses.ts
More file actions
25 lines (24 loc) · 389 Bytes
/
classes.ts
File metadata and controls
25 lines (24 loc) · 389 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
import {
Project,
Skeleton,
DocumentModel,
Node,
NodeChildren,
History,
SettingPropEntry,
SettingTopEntry,
Selection,
} from '@alilc/lowcode-shell';
import { Node as InnerNode } from '@alilc/lowcode-designer';
export default {
Project,
Skeleton,
DocumentModel,
Node,
NodeChildren,
History,
SettingPropEntry,
SettingTopEntry,
InnerNode,
Selection,
};