/** * The unique prosemirror plugin key for syncPlugin * * @public */ export const ySyncPluginKey: PluginKey; /** * The unique prosemirror plugin key for undoPlugin * * @public * @type {PluginKey} */ export const yUndoPluginKey: PluginKey; /** * The unique prosemirror plugin key for cursorPlugin * * @public */ export const yCursorPluginKey: PluginKey; import { PluginKey } from 'prosemirror-state';