UNPKG

multiple-select-vanilla

Version:
14 lines 426 B
/** * Multiple Select es-ES translation * Author: Zhixin Wen<wenzhixin2010@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-es-ES.d.ts.map