UNPKG
monaco-types
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Type-only exports of Monaco editor
github.com/remcohaszing/monaco-types
remcohaszing/monaco-types
monaco-types
/
index.d.ts
7 lines
(5 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
type
*
from
'./monaco-editor.js'
/** * An instance of the `monaco-editor` or `monaco-editor-core` module. */
export
type
MonacoEditor
=
typeof
import
(
'./monaco-editor.js'
)