UNPKG

niceform-hook

Version:
4 lines 269 B
/// <reference types="react" /> import { FormConfig } from "../types/FormConfig"; export declare function useDataRefByContext<T>(callback: (parameters: FormConfig) => T): import("react").MutableRefObject<T | undefined>; //# sourceMappingURL=useDataRefByContext.d.ts.map