refactoring
This commit is contained in:
@@ -30,7 +30,7 @@ export interface CommandSpec {
|
|||||||
type EditorContent = string | JSON | null
|
type EditorContent = string | JSON | null
|
||||||
|
|
||||||
interface EditorOptions {
|
interface EditorOptions {
|
||||||
element: HTMLElement,
|
element: Element,
|
||||||
content: EditorContent
|
content: EditorContent
|
||||||
extensions: (Extension | Node | Mark)[]
|
extensions: (Extension | Node | Mark)[]
|
||||||
injectCSS: Boolean,
|
injectCSS: Boolean,
|
||||||
|
|||||||
Reference in New Issue
Block a user