UNPKG

@llselect/core

Version:

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

7 lines 255 B
import type { LLSelectUiTranslationPack } from '../i18n.js'; /** * Norwegian Bokmål pack (`no` resolves here in uiTranslationPackByLocale). * @group Language packs */ export declare const nb: LLSelectUiTranslationPack; //# sourceMappingURL=nb.d.ts.map