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.

5 lines 226 B
export interface UseEditorKeyboardOptions { onMathDialogOpen?: () => void; } export declare function useEditorKeyboard(editor: any, options?: UseEditorKeyboardOptions): void; //# sourceMappingURL=useEditorKeyboard.d.ts.map