Files
emaui/node_modules/date-fns/locale/zh-HK.d.ts
2026-05-29 15:23:46 +03:00

10 lines
251 B
TypeScript

import type { Locale } from "./types.ts";
/**
* @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;