UNPKG

form-tool

Version:

Create quickly and robustly with form hooks

12 lines (11 loc) 262 B
import { FC } from 'react'; import { TInput } from './types'; /** * Input components * @version 2.0.0 * ```ts * @param {TInput} props properties Input * @return {ReactElement<TInput>} node Input * ``` */ export declare const Input: FC<TInput>;