ru_RU.d.ts 117 B

123
  1. import type { PaginationLocale } from '../interface';
  2. declare const locale: PaginationLocale;
  3. export default locale;