import Editor from './editor.vue'; import _monaco from './loader'; export const MonacoEditor = Editor; export const monaco = _monaco;