Files
hustoj/web/include/vditor/dist/ts/wysiwyg/setHeading.d.ts
2026-04-10 16:55:59 +08:00

3 lines
140 B
TypeScript

export declare const setHeading: (vditor: IVditor, tagName: string) => void;
export declare const removeHeading: (vditor: IVditor) => void;