UNPKG

react-minimalistic-use-form

Version:

Minimalistic react hook for handling forms without much pain.

4 lines (3 loc) 104 B
import React from 'react'; import { IForm } from './index'; export declare const Form: React.FC<IForm>;