UNPKG

@altiore/form

Version:

Form helper for building powerful forms

4 lines (3 loc) 138 B
import React from 'react'; import { FormContextState } from './types'; export declare const FormContext: React.Context<FormContextState>;