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