UNPKG

multiple-select-vanilla

Version:
15 lines 518 B
/** * Multiple Select ja-JP translation * Author: Nozomi Anzai<nozomi.anzai@gmail.com> */ import { MultipleSelectLocales } from '../interfaces'; declare const _default: MultipleSelectLocales | { [localeKey: string]: { formatSelectAll: () => string; formatAllSelected: () => string; formatCountSelected: (count: number, total: number) => string; formatNoMatchesFound: () => string; }; } | undefined; export default _default; //# sourceMappingURL=multiple-select-ja-JP.d.ts.map