UNPKG

@shopify/react-form

Version:

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

11 lines (8 loc) 198 B
import useVisitFields from './visitFields.mjs'; function useReset(fieldBag) { return useVisitFields(fieldBag, resetField); } function resetField(field) { field.reset(); } export { useReset };