UNPKG

@llselect/core

Version:

Low-level select: a minimal, flexible, framework-agnostic replacement for the native HTML select element.

10 lines 428 B
import type { LLSelectUiTranslationPack } from '../i18n.js'; /** * Cantonese pack (written VERNACULAR Cantonese, Hong Kong). Deliberately a * different register from `zh-HK` (which is formal written Chinese and * aliases to `zh-TW`): pick `yue` only when the product speaks colloquial * Cantonese on purpose. * @group Language packs */ export declare const yue: LLSelectUiTranslationPack; //# sourceMappingURL=yue.d.ts.map