export { StandaloneCodeEditor } from './editor/standalone/browser/standaloneCodeEditor'; export { RenderingContext } from './editor/common/view/renderingContext'; export { Selection } from './editor/common/core/selection'; export type { IPosition } from './editor/common/core/position'; export * from './editor/editor.api';