UNPKG

react-bfm

Version:

A basic field / form manager for React using hooks

10 lines (9 loc) 357 B
import { NamespaceType } from '../common'; /** * Reset namespace, but ignoring the initial values of the fields */ export declare const clearNamespace: (namespace: NamespaceType) => void; /** * Reset namespace to default state and setting last provided initial value per field */ export declare const resetNamespace: (namespace: NamespaceType) => void;