| 1 | import type { NodeComponent, PluginConfig } from '../../lib'; |
| 2 | |
| 3 | import { resolvePluginTest } from '../../internal/plugin/resolveCreatePluginTest'; |
| 4 | import { createPlatePlugin } from './createPlatePlugin'; |
nothing calls this directly
no test coverage detected