UNPKG

multiple-select-vanilla

Version:

This lib allows you to select multiple elements with checkboxes

8 lines 284 B
/** * Multiple Select hu-HU translation * Author: Péter Báthory<bathory86p@gmail.com> */ import type { MultipleSelectLocale } from '../models/locale.interface.js'; export declare const Hungarian: MultipleSelectLocale; export default Hungarian; //# sourceMappingURL=hu-HU.d.ts.map