@astii/code-editor
Advanced tools
Comparing version 1.0.3 to 1.0.4
import { Completion } from "@codemirror/autocomplete"; | ||
import { Theme } from "./extension/theme"; | ||
import { ViewUpdate } from "@codemirror/view"; | ||
export interface CodeEditorConfig { | ||
@@ -8,3 +9,3 @@ placeholder: string; | ||
completions: Array<AutoCompletion>; | ||
onChange: (value: string) => void; | ||
onChange: (value: string, view: ViewUpdate) => void; | ||
className: string; | ||
@@ -11,0 +12,0 @@ } |
{ | ||
"name": "@astii/code-editor", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"main": "dist/index.min.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is too big to display
483454
84