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
interface EditorOptions {
element: HTMLElement,
element: Element,
content: EditorContent
extensions: (Extension | Node | Mark)[]
injectCSS: Boolean,