| 1 | import { InputRule } from '@tiptap/core'; |
| 2 | import type { HorizontalRuleOptions } from '@tiptap/extension-horizontal-rule'; |
| 3 | import HorizontalRule from '@tiptap/extension-horizontal-rule'; |
| 4 | import { NodeSelection, Plugin } from '@tiptap/pm/state'; |
nothing calls this directly
no test coverage detected