UNPKG

@schematic-forms/react

Version:

react adapter for schematic forms

7 lines (6 loc) 237 B
/// <reference types="react" /> import { FormController } from "@schematic-forms/core"; export interface IFormContext { controller: FormController<any, any>; } export declare const FormContext: import("react").Context<IFormContext>;