UNPKG

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.

4 lines 358 B
import { getEditorProps } from './editorConfig'; import { setFontSize, setBackgroundColor, setFontFamily, insertTable, addImage, insertMath, validateAndInsertImage } from './editorUtils'; export { getEditorProps, setFontSize, setBackgroundColor, setFontFamily, insertTable, addImage, insertMath, validateAndInsertImage, }; //# sourceMappingURL=index.d.ts.map