UNPKG

react-define-form

Version:

React define form offers alternative typescript bindings for [react-final-form](https://github.com/final-form/react-final-form). It requires you to "define" a form type, specifying the type of the form data.

4 lines (3 loc) 96 B
/// <reference types="react" /> declare const MyForm: () => JSX.Element; export default MyForm;