mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-28 18:20:59 +00:00
10 lines
252 B
TypeScript
10 lines
252 B
TypeScript
import type { Locale } from "./types.ts";
|
|
/**
|
|
* @category Locales
|
|
* @summary Bosnian locale.
|
|
* @language Bosnian
|
|
* @iso-639-2 bos
|
|
* @author Branislav Lazić [@branislavlazic](https://github.com/branislavlazic)
|
|
*/
|
|
export declare const bs: Locale;
|