UNPKG

react-bfm

Version:

A basic field / form manager for React using hooks

13 lines (12 loc) 580 B
export declare const FIELD_DEFAULT_DEFAULT_VALUE: undefined; /** * @deprecated Will be removed in v3.0.0. This is an internal implementation detail. */ export declare const FIELD_DEFAULT_DEFAULT_VALUE_ERROR: undefined; export declare const FIELD_DEFAULT_DIRTY = false; export declare const FIELD_DEFAULT_ERROR: null; export declare const FIELD_DEFAULT_FOCUS = false; export declare const FIELD_DEFAULT_TOUCHED = false; export declare const FIELD_DEFAULT_VALID = true; export declare const FIELD_DEFAULT_VALUE: undefined; export declare const FIELD_DEFAULT_VALUE_ON_FOCUS: null;