UNPKG

@llselect/core

Version:

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

7 lines 249 B
import type { LLSelectUiTranslationPack } from '../i18n.js'; /** * Spanish pack (unsplit: these strings do not differ across regions). * @group Language packs */ export declare const es: LLSelectUiTranslationPack; //# sourceMappingURL=es.d.ts.map