UNPKG

react-latex-editor

Version:

A powerful React rich text editor with mathematical equation support, built on TipTap with MathLive integration

8 lines 565 B
export declare function setFontSize(editor: any, size: number | string): void; export declare function setBackgroundColor(editor: any, color: string): void; export declare function setFontFamily(editor: any, family: string): void; export declare function insertTable(editor: any): void; export declare function addImage(editor: any, urls: string | string[]): void; export declare function insertMath(editor: any, latex: string): void; export declare function validateAndInsertImage(editor: any, url: string): Promise<void>; //# sourceMappingURL=editorUtils.d.ts.map