@ridit/editor-ui
Advanced tools
+1
-1
| { | ||
| "name": "@ridit/editor-ui", | ||
| "version": "0.1.5", | ||
| "version": "0.1.8", | ||
| "description": "Your editor, in minutes.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -0,2 +1,6 @@ | ||
| import { EditorService } from "./EditorService"; | ||
| import { MonacoEditorOptions } from "./EditorService/default-editors/monaco"; | ||
| import { ExplorerService } from "./ExplorerService"; | ||
| import { FileSystemService } from "./FileSystemService"; | ||
| import { StorageService } from "./StorageService"; | ||
| import { BasicTheme, WorkbenchConfig } from "./types"; | ||
@@ -24,3 +28,9 @@ import { WorkbenchService } from "./WorkbenchService"; | ||
| static createElectron(opts: ElectronPresetOptions): Promise<WorkbenchService>; | ||
| static createWeb(opts?: WebPresetOptions): Promise<WorkbenchService>; | ||
| static createWeb(opts?: WebPresetOptions): Promise<{ | ||
| workbenchService: WorkbenchService; | ||
| editorService: EditorService; | ||
| explorerService: ExplorerService; | ||
| fileSystem: FileSystemService; | ||
| storageService: StorageService; | ||
| }>; | ||
| } |
826091
0.05%7018
0.14%