monaco-types
Version:
Type-only exports of Monaco editor
35 lines (33 loc) • 531 B
TypeScript
export type {
CancellationToken,
CancellationTokenSource,
editor,
Emitter,
Environment,
IDisposable,
IEvent,
IKeyboardEvent,
IMarkdownString,
IMouseEvent,
IPosition,
IRange,
IScrollEvent,
ISelection,
KeyCode,
KeyMod,
languages,
MarkdownStringTrustedOptions,
MarkerSeverity,
MarkerTag,
Position,
Range,
Selection,
SelectionDirection,
Thenable,
Token,
Uri,
UriComponents,
Window,
worker
} from './monaco-editor'
export type MonacoEditor = typeof import('./monaco-editor')