Initial commit
This commit is contained in:
commit
78f8d225ee
21173 changed files with 2907774 additions and 0 deletions
22
node_modules/react-hook-form/dist/constants.d.ts
generated
vendored
Normal file
22
node_modules/react-hook-form/dist/constants.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
export declare const EVENTS: {
|
||||
readonly BLUR: "blur";
|
||||
readonly FOCUS_OUT: "focusout";
|
||||
readonly CHANGE: "change";
|
||||
};
|
||||
export declare const VALIDATION_MODE: {
|
||||
readonly onBlur: "onBlur";
|
||||
readonly onChange: "onChange";
|
||||
readonly onSubmit: "onSubmit";
|
||||
readonly onTouched: "onTouched";
|
||||
readonly all: "all";
|
||||
};
|
||||
export declare const INPUT_VALIDATION_RULES: {
|
||||
readonly max: "max";
|
||||
readonly min: "min";
|
||||
readonly maxLength: "maxLength";
|
||||
readonly minLength: "minLength";
|
||||
readonly pattern: "pattern";
|
||||
readonly required: "required";
|
||||
readonly validate: "validate";
|
||||
};
|
||||
//# sourceMappingURL=constants.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue