react-latex-editor
Version:
A professional React rich text editor with mathematical equation support, built on TipTap with MathLive integration. Production-ready with TypeScript support, accessibility features, and industrial-grade error handling.
8 lines • 565 B
TypeScript
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