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.

8 lines (7 loc) 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function createField(parse) { return { parse: parse }; } exports.default = createField; //# sourceMappingURL=createField.jsx.map