export * from './multi'; export * from './single'; import { startUp } from './utils/initEditor'; // 准备monaco-editor主题等 startUp();