import type { KeyBinding } from "@codemirror/view"; export declare const editorKeymap: KeyBinding[]; /** * JS Editor 专用的键盘映射 * 使用 formatHtmlDocument 进行 HTML 格式化 */ export declare const jsEditorKeymap: KeyBinding[];