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 140 B
import { Node } from '@tiptap/core'; declare const MathNode: Node<any, any>; export default MathNode; //# sourceMappingURL=MathNode.d.ts.map