refactoring

This commit is contained in:
Philipp Kühn
2020-08-14 15:02:33 +02:00
parent 4753688d60
commit 82a1d695bb

View File

@@ -1,5 +1,4 @@
import { Editor } from '../Editor' import { Editor } from '../Editor'
import { TextSelection } from 'prosemirror-state'
type ClearContent = (emitUpdate?: Boolean) => any type ClearContent = (emitUpdate?: Boolean) => any