UNPKG

rfa

Version:

**React Form Architect** is an ultimate solution for creating and rendering forms in React. Its main focus is to provide users with a tool to define, render and share a form in a browser.

6 lines (5 loc) 246 B
/// <reference types="react" /> import { TextFieldProps } from "@material-ui/core"; declare type TreeNodeTitleProps = {} & TextFieldProps; export declare const TreeNodeTitleInput: ({ ...rest }: TreeNodeTitleProps) => JSX.Element; export {};