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

3 lines
140 B
TypeScript

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