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

3 lines
174 B
TypeScript

/// <reference types="./types" />
export declare const setHeading: (vditor: IVditor, tagName: string) => void;
export declare const removeHeading: (vditor: IVditor) => void;