multiple-select-vanilla
Version:
14 lines • 423 B
TypeScript
/**
* Multiple Select da-DK translation
* Author: HThuren<thuren.henrik@gmail.com>
*/
declare const _default: {
[localeKey: string]: {
formatSelectAll: () => string;
formatAllSelected: () => string;
formatCountSelected: (count: number, total: number) => string;
formatNoMatchesFound: () => string;
};
};
export default _default;
//# sourceMappingURL=multiple-select-da-DK.d.ts.map