godoos/frontend/public/vditor/dist/ts/wysiwyg/processKeydown.d.ts
2024-07-25 16:41:01 +08:00

3 lines
216 B
TypeScript

/// <reference types="./types" />
export declare const processKeydown: (vditor: IVditor, event: KeyboardEvent) => boolean;
export declare const removeBlockElement: (vditor: IVditor, event: KeyboardEvent) => boolean;