multiple-select-vanilla
Version:
14 lines • 419 B
TypeScript
/**
* Multiple Select cz-CS translation
* Author: Matej Puhony<info@puhony.eu>
*/
declare const _default: {
[localeKey: string]: {
formatSelectAll: () => string;
formatAllSelected: () => string;
formatCountSelected: (count: number, total: number) => string;
formatNoMatchesFound: () => string;
};
};
export default _default;
//# sourceMappingURL=multiple-select-cz-CS.d.ts.map