UNPKG

@inkline/inkline

Version:

Inkline is the Vue.js UI/UX Library built for creating your next design system

19 lines (18 loc) 458 B
/** * Validation helpers and constants * * @author Anthony Nandaa @ validator.js */ export declare const alpha: { [key: string]: RegExp; }; export declare const alphanumeric: { [key: string]: RegExp; }; export declare const decimal: { [key: string]: string; }; export declare const arabicLocales: string[]; export declare const englishLocales: string[]; export declare const dotDecimal: string[]; export declare const commaDecimal: string[];