import { PluginKey } from '@tiptap/pm/state'; import type { TriggerState } from './types'; export const mentionPluginKey = new PluginKey('mention');