Files
2026-05-30 19:59:39 -03:00

8 lines
220 B
TypeScript

import type { DayPickerLocale } from "../classes/DateLib.js";
/**
* Amharic (Ethiopia) locale backed by Intl for core names plus DayPicker
* labels.
*/
export declare const amET: DayPickerLocale;
export default amET;