mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 11:20:11 +00:00
5 lines
192 B
TypeScript
5 lines
192 B
TypeScript
// NOTE: 仅做类型标注,切勿做其它用途
|
|
import { BuiltinSimulatorHost } from '@alilc/lowcode-designer';
|
|
|
|
export const host: BuiltinSimulatorHost = (window as any).LCSimulatorHost;
|