react-latex-editor
Version:
A powerful React rich text editor with mathematical equation support, built on TipTap with MathLive integration
9 lines • 318 B
TypeScript
import { default as React } from 'react';
interface ImagePickerDialogProps {
isOpen: boolean;
onClose: () => void;
onImageSelect: (urls: string[]) => void;
}
declare const ImagePickerDialog: React.FC<ImagePickerDialogProps>;
export default ImagePickerDialog;
//# sourceMappingURL=ImagePickerDialog.d.ts.map