import { Value } from "../slate/editor/TEditor"; import { TazeEditor } from "../types/taze/TazeEditor"; import { KeyboardHandlerReturnType } from "../types/plugin/KeyboardHandler"; import { WithTazePlugin } from "../types/plugin/TazePlugin"; import { ToggleMarkPlugin } from "../types/plugin/ToggleMarkPlugin"; export declare const onKeyDownToggleMark: = TazeEditor, S extends object = any>(editor: E, { type, options }: WithTazePlugin, V, E, S>) => KeyboardHandlerReturnType; //# sourceMappingURL=onKeyDownToggleMark.d.ts.map