| 1 | import { Editor, Extension, Node, Mark } from '@tiptap/core' |
| 2 | import { Plugin, PluginKey } from '@tiptap/pm/state' |
| 3 | import { Decoration, DecorationSet } from '@tiptap/pm/view' |
| 4 | import Document from '@tiptap/extension-document' |
nothing calls this directly
no test coverage detected