refactoring

This commit is contained in:
Philipp Kühn
2020-04-26 23:21:27 +02:00
parent 7db27864cc
commit b841d8ee9a

View File

@@ -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,