UNPKG

form-tool

Version:

Create quickly and robustly with form hooks

8 lines (7 loc) 229 B
import { FC } from 'react'; import { TPForm } from '../../stories/ExampleForm'; /** * Example of using a form with user form tools * @returns {ReactElement} React Component */ export declare const FormHook: FC<TPForm>;