timepiece/node_modules/date-fns/locale/zh-HK.d.ts

10 lines
251 B
TypeScript
Raw Normal View History

2024-05-14 14:54:12 +00:00
import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Chinese Traditional locale.
* @language Chinese Traditional
* @iso-639-2 zho
* @author Gary Ip [@gaplo](https://github.com/gaplo)
*/
export declare const zhHK: Locale;