UNPKG

react-magic-form

Version:

Boilerplate for Resact with Typescript with rollup.js (not webpack)

4 lines (3 loc) 133 B
import React from 'react'; import { FormFieldsProps } from './types'; export declare const FormFields: React.FC<FormFieldsProps>;