3 lines
140 B
TypeScript
3 lines
140 B
TypeScript
|
|
export declare const setHeading: (vditor: IVditor, tagName: string) => void;
|
||
|
|
export declare const removeHeading: (vditor: IVditor) => void;
|