multiple-select-vanilla
Version:
15 lines • 502 B
TypeScript
/**
* Multiple Select vi-VN translation
* Author: hoangbaovu <ineo.vn>
*/
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-vi-VN.d.ts.map