@inkline/inkline
Version:
Inkline is the intuitive UI Components library that gives you a developer-friendly foundation for building high-quality, accessible, and customizable Vue.js 3 Design Systems.
19 lines (18 loc) • 458 B
TypeScript
/**
* 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[];