mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-29 16:28:13 +00:00
10 lines
258 B
TypeScript
10 lines
258 B
TypeScript
import type { Locale } from "./types.ts";
|
|
/**
|
|
* @category Locales
|
|
* @summary Uzbek Cyrillic locale.
|
|
* @language Uzbek
|
|
* @iso-639-2 uzb
|
|
* @author Kamronbek Shodmonov [@kamronbek28](https://github.com/kamronbek28)
|
|
*/
|
|
export declare const uzCyrl: Locale;
|