import './vs/editor/editor.main'; export { StandaloneCodeEditor, Selection } from './vs'; export * from './vs'; export { Editor, WritingMode } from './components/editor'; export type { MonacoEditorHandle } from './components/editor';