UNPKG

infinity-forge

Version:
6 lines (5 loc) 219 B
import { TextEditorProps } from './index.js'; export declare function EditorQuill(props: { value?: string; handleOnChange: (value: string) => void; } & TextEditorProps): import("react/jsx-runtime").JSX.Element;