import { PluginKey } from 'prosemirror-state'; import type { MediaPluginState } from './types'; export const stateKey = new PluginKey('mediaPlugin');