react-latex-editor
Version:
A powerful React rich text editor with mathematical equation support, built on TipTap with MathLive integration
4 lines • 358 B
TypeScript
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