2022-05-05 16:48:15 +08:00

26 lines
389 B
TypeScript

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,
};