/** * @file /src/Plugins/Keymap.ts * @name Keymap * @description Custom plugin for handling keymaps for page navigation. */ declare const KeymapPlugin: import("prosemirror-state").Plugin; export default KeymapPlugin; //# sourceMappingURL=Keymap.d.ts.map