diff --git a/packages/core/src/react/stores/plate/selectors/useEditorPlugin.ts b/packages/core/src/react/stores/plate/selectors/useEditorPlugin.ts index 88f342a9bc..d76a695dc5 100644 --- a/packages/core/src/react/stores/plate/selectors/useEditorPlugin.ts +++ b/packages/core/src/react/stores/plate/selectors/useEditorPlugin.ts @@ -1,11 +1,8 @@ -import type { - AnyPluginConfig, - InferConfig, - WithRequiredKey, -} from '../../../../lib'; +import type { AnyPluginConfig, WithRequiredKey } from '../../../../lib'; import type { PlateEditor } from '../../../editor'; import { + type InferConfig, type PlatePlugin, type PlatePluginContext, getEditorPlugin,