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.

21 lines (20 loc) 610 B
{ "name": "react-define-form", "version": "2.2.0", "description": "", "main": "./lib/index.js", "types": "./lib/index.d.ts", "dependencies": { "define-form": "^2.0.1", "react-final-form": "^3.1.0" }, "scripts": { "prepublish": "node ../../prebuild react-define-form && tsc -p tsconfig.build.json && node ../../prepare react-define-form" }, "repository": "https://github.com/ForbesLindesay/define-form/tree/master/packages/react-define-form", "bugs": "https://github.com/ForbesLindesay/define-form/issues", "license": "MIT", "publishConfig": { "access": "public" } }