UNPKG

@shopify/react-form

Version:

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

3 lines (2 loc) 103 B
import { FieldBag } from '../types'; export declare function useReset(fieldBag: FieldBag): () => void;