@aveonline/ui-react
Version:
Home base for Aveonline design system - ecosystem react
29 lines (28 loc) • 624 B
TypeScript
export declare const gregorianEs: {
name: string;
months: string[][];
weekDays: string[][];
digits: string[];
meridiems: string[][];
};
export declare const gregorianEn: {
name: string;
months: string[][];
weekDays: string[][];
digits: string[];
meridiems: string[][];
};
export declare const gregorianFr: {
name: string;
months: string[][];
weekDays: string[][];
digits: string[];
meridiems: string[][];
};
export declare const gregorianPr: {
name: string;
months: string[][];
weekDays: string[][];
digits: string[];
meridiems: string[][];
};