5 lines
127 B
TypeScript
Raw Normal View History

import MonacoEditor from './index.vue';
import EditorWorker from './EditorWorker.vue';
export { MonacoEditor, EditorWorker };