diff options
Diffstat (limited to 'editor/editor.ts')
| -rw-r--r-- | editor/editor.ts | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editor/editor.ts b/editor/editor.ts index 75be1dd..fe73050 100644 --- a/editor/editor.ts +++ b/editor/editor.ts @@ -2,14 +2,13 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +import { WuiVfsNodeInterface } from "../vfs/vfs" + const WUI_EDITOR_CLASS = "wui_editor" const WUI_EDITOR_CLASS_LINE = "wui_editor_line" const WUI_EDITOR_CLASS_LINE_NUMBER = "wui_editor_line_number" const WUI_EDITOR_CLASS_LINE_TEXT = "wui_editor_line_text" -import { WuiResponseInterface } from "../response" -import { WuiVfsNodeInterface } from "../vfs/vfs" - export interface WuiEditorOptions { id: string is_editable: boolean |
