UNPKG

infinity-forge

Version:
6 lines (5 loc) 226 B
import { InputProps } from '../interfaces.js'; export type TextEditorProps = { disableToolbar?: boolean; }; export declare function TextEditor(props: InputProps & TextEditorProps): import("react/jsx-runtime").JSX.Element;