Skip to content

Commit 90073c5

Browse files
committed
clean: remove non relevant stuff from api
1 parent 9807dc6 commit 90073c5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/index.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import { defineVSCodeTheme } from './theme'
44
import { updateUserConfiguration, registerConfigurations, registerDefaultConfigurations, onConfigurationChanged, getConfiguration } from './configuration'
55
import { getMonacoLanguage, loadLanguage } from './languages'
66
import { updateKeybindings, updateEditorKeybindingsMode } from './keybindings'
7-
import { getThemeData, getThemes } from './theme/registry'
8-
import type { IVSCodeTheme } from './theme/tools'
97

108
export * from './tools'
119

@@ -14,8 +12,6 @@ export {
1412
createEditor,
1513

1614
defineVSCodeTheme,
17-
getThemes,
18-
getThemeData,
1915

2016
registerConfigurations,
2117
registerDefaultConfigurations,
@@ -30,7 +26,3 @@ export {
3026
registerEditorOpenHandler,
3127
loadLanguage
3228
}
33-
34-
export type {
35-
IVSCodeTheme
36-
}

0 commit comments

Comments
 (0)