7 lines
199 B
TypeScript
7 lines
199 B
TypeScript
import type { DayPickerLocale } from "../classes/DateLib.js";
|
|
/**
|
|
* English (United Kingdom) locale extended with DayPicker-specific
|
|
* translations.
|
|
*/
|
|
export declare const enGB: DayPickerLocale;
|