Skip to content

Commit 79b8628

Browse files
samuel-olivierLoïc Mangeonjean
authored andcommitted
feat: export more from vscode
1 parent 67208c7 commit 79b8628

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import { loadLanguage, monaco, updateKeybindings, updateUserConfiguration } from '@codingame/monaco-editor-wrapper'
2+
import { IEditorOptions, IResolvedTextEditorModel } from '@codingame/monaco-vscode-editor-service-override'
3+
import { IReference } from 'vscode/monaco'
24
import { useThemeColor, useUserConfiguration } from './hooks'
35
import MonacoEditor, { MonacoEditorProps } from './MonacoEditor'
46

@@ -12,5 +14,8 @@ export {
1214
loadLanguage
1315
}
1416
export type {
15-
MonacoEditorProps
17+
MonacoEditorProps,
18+
IReference,
19+
IEditorOptions,
20+
IResolvedTextEditorModel
1621
}

0 commit comments

Comments
 (0)