7 lines
207 B
TypeScript
7 lines
207 B
TypeScript
import type { DayPickerLocale } from "../classes/DateLib.js";
|
|
/**
|
|
* Chinese (Traditional, Hong Kong) locale extended with DayPicker-specific
|
|
* translations.
|
|
*/
|
|
export declare const zhHK: DayPickerLocale;
|