UNPKG

@alilc/lowcode-editor-core

Version:

Core Api for Ali lowCode engine

8 lines (7 loc) 154 B
declare global { interface Window { __isDebug?: boolean; __newFunc?: (funcStr: string) => (...args: any[]) => any; } } export {};