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.
13 lines • 454 B
TypeScript
interface ImageGroupAlignmentControlsProps {
/**
* The Tiptap editor instance
*/
editor: any;
/**
* Whether the editor is in read-only mode
*/
readOnly?: boolean;
}
declare const ImageGroupAlignmentControls: ({ editor, readOnly, }: ImageGroupAlignmentControlsProps) => import("react/jsx-runtime").JSX.Element | null;
export default ImageGroupAlignmentControls;
//# sourceMappingURL=ImageGroupAlignmentControls.d.ts.map