react-latex-editor
Version:
A powerful React rich text editor with mathematical equation support, built on TipTap with MathLive integration
12 lines • 417 B
TypeScript
interface TextFormattingControlsProps {
/** * The Tiptap editor instance
*/
editor: any;
/**
* Whether the editor is in read-only mode
*/
readOnly?: boolean;
}
declare const TextFormattingControls: ({ editor, readOnly, }: TextFormattingControlsProps) => import("react/jsx-runtime").JSX.Element;
export default TextFormattingControls;
//# sourceMappingURL=TextFormattingControls.d.ts.map