UNPKG

@shopify/react-form

Version:

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

5 lines (4 loc) 135 B
import { FieldOutput } from '../types'; export declare function useDirty(fieldBag: { [key: string]: FieldOutput<any>; }): boolean;