MindMap/frontend/node_modules/vditor/dist/ts/wysiwyg/processKeydown.d.ts

3 lines
182 B
TypeScript
Raw Normal View History

export declare const processKeydown: (vditor: IVditor, event: KeyboardEvent) => boolean;
export declare const removeBlockElement: (vditor: IVditor, event: KeyboardEvent) => boolean;