4 lines
171 B
TypeScript
4 lines
171 B
TypeScript
import type { DayPickerLocale } from "../classes/DateLib.js";
|
|
/** Greek locale extended with DayPicker-specific translations. */
|
|
export declare const el: DayPickerLocale;
|