multiple-select-vanilla
Version:
15 lines • 503 B
TypeScript
/**
* Multiple Select it-IT translation
* Author: Giuseppe Lodi Rizzini
*/
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-it-IT.d.ts.map