mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-29 16:28:13 +00:00
10 lines
267 B
TypeScript
10 lines
267 B
TypeScript
import type { Locale } from "./types.ts";
|
|
/**
|
|
* @category Locales
|
|
* @summary Japanese (Hiragana) locale.
|
|
* @language Japanese (Hiragana)
|
|
* @iso-639-2 jpn
|
|
* @author Eri Hiramatsu [@Eritutteo](https://github.com/Eritutteo)
|
|
*/
|
|
export declare const jaHira: Locale;
|