Skip to content

Commit

Permalink
feat: export more from vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-olivier committed Oct 30, 2023
1 parent a2e2c8c commit 1cfbe4b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import { loadLanguage, monaco, updateKeybindings, updateUserConfiguration } from '@codingame/monaco-editor-wrapper'
import { IEditorOptions, IResolvedTextEditorModel } from '@codingame/monaco-vscode-editor-service-override'
import { IReference } from 'vscode/monaco'
import { useThemeColor, useUserConfiguration } from './hooks'
import MonacoEditor, { MonacoEditorProps } from './MonacoEditor'

Expand All @@ -12,5 +14,8 @@ export {
loadLanguage
}
export type {
MonacoEditorProps
MonacoEditorProps,
IReference,
IEditorOptions,
IResolvedTextEditorModel
}

0 comments on commit 1cfbe4b

Please sign in to comment.