UNPKG

@shopify/react-form

Version:

Manage react forms tersely and safely-typed with no magic using React hooks.

5 lines (4 loc) 181 B
import { FieldOutput, FormError } from '../types'; export declare function useErrorPropagation(fieldBag: { [key: string]: FieldOutput<any>; }, remoteErrors: FormError[]): void;