You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
441 B

2 years ago
import { ValidationMode } from './types';
export declare const EVENTS: {
BLUR: string;
FOCUS_OUT: string;
CHANGE: string;
};
export declare const VALIDATION_MODE: ValidationMode;
export declare const INPUT_VALIDATION_RULES: {
max: string;
min: string;
maxLength: string;
minLength: string;
pattern: string;
required: string;
validate: string;
};
//# sourceMappingURL=constants.d.ts.map