import "@mantine/tiptap/styles.css"; import { FormControlProps } from "@mongez/react-form"; import { EditorOptions } from "@tiptap/react"; import React from "react"; type RichTextEditorInputProps = FormControlProps & Partial & { description?: React.ReactNode; height?: React.CSSProperties["height"]; hint?: React.ReactNode; }; export declare const RichTextEditor: React.FC; export {}; //# sourceMappingURL=RichTextEditor.d.ts.map