UNPKG

@llselect/core

Version:

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

7 lines 263 B
import type { LLSelectUiTranslationPack } from '../i18n.js'; /** * Portuguese pack (unsplit: vocabulary valid in both European and Brazilian usage). * @group Language packs */ export declare const pt: LLSelectUiTranslationPack; //# sourceMappingURL=pt.d.ts.map