UNPKG

@react-rx/form

Version:

rx form for react, use typescript for development

6 lines (5 loc) 353 B
/// <reference types="react" /> import { IFormContextValue } from "./interfaces"; declare const FormContext: import("react").Context<IFormContextValue>; declare const Provider: import("react").Provider<IFormContextValue>, Consumer: import("react").Consumer<IFormContextValue>; export { Provider as FormProvider, Consumer as FormConsumer, FormContext };