diff --git a/packages/core/src/commands/clearContent.ts b/packages/core/src/commands/clearContent.ts index 5a38fe8e..fb749162 100644 --- a/packages/core/src/commands/clearContent.ts +++ b/packages/core/src/commands/clearContent.ts @@ -1,5 +1,4 @@ import { Editor } from '../Editor' -import { TextSelection } from 'prosemirror-state' type ClearContent = (emitUpdate?: Boolean) => any