力皓 d2aed7d78d feat: 将 typings 在顶层导出
refactor: 将 designerHelper 等改成 designerCabin
2021-01-14 10:42:27 +08:00

12 lines
389 B
TypeScript

export * from './engine';
const version = '{{VERSION_PLACEHOLDER}}';
(window as any).AliLowCodeEngine.version = version;
console.log(
`%c AliLowCodeEngine %c v${version} `,
'padding: 2px 1px; border-radius: 3px 0 0 3px; color: #fff; background: #606060; font-weight: bold;',
'padding: 2px 1px; border-radius: 0 3px 3px 0; color: #fff; background: #42c02e; font-weight: bold;',
);