feat: added export of SimulatorHost class and simulatorHostSymbol
This commit is contained in:
parent
da1450ea1a
commit
f44b5aca89
|
|
@ -9,6 +9,7 @@ import {
|
|||
SettingTopEntry,
|
||||
Selection,
|
||||
Prop,
|
||||
SimulatorHost,
|
||||
} from '@alilc/lowcode-shell';
|
||||
import { Node as InnerNode } from '@alilc/lowcode-designer';
|
||||
|
||||
|
|
@ -24,4 +25,5 @@ export default {
|
|||
InnerNode,
|
||||
Selection,
|
||||
Prop,
|
||||
SimulatorHost,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ import {
|
|||
settingTopEntrySymbol,
|
||||
designerCabinSymbol,
|
||||
propSymbol,
|
||||
simulatorHostSymbol,
|
||||
} from '@alilc/lowcode-shell';
|
||||
|
||||
export default {
|
||||
|
|
@ -24,4 +25,5 @@ export default {
|
|||
settingTopEntrySymbol,
|
||||
designerCabinSymbol,
|
||||
propSymbol,
|
||||
simulatorHostSymbol,
|
||||
};
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ import {
|
|||
Event,
|
||||
Canvas,
|
||||
Workspace,
|
||||
SimulatorHost,
|
||||
} from './api';
|
||||
|
||||
export * from './symbols';
|
||||
|
|
@ -59,4 +60,5 @@ export {
|
|||
Canvas,
|
||||
Workspace,
|
||||
Clipboard,
|
||||
SimulatorHost,
|
||||
};
|
||||
Loading…
Reference in New Issue