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