| 1 | import { createSlateEditor, type SlateEditor } from '../../lib/editor'; |
| 2 | |
| 3 | import { createSlatePlugin } from '../../lib/plugin/createSlatePlugin'; |
| 4 | import { DebugPlugin } from '../../lib/plugins/debug/DebugPlugin'; |
nothing calls this directly
no test coverage detected