busybar-ui / src / core / i18n / react-i18next.d.ts
react-i18next.d.ts
Raw
import type { resources } from './resources';

// react-i18next versions higher than 11.11.0

declare module 'react-i18next' {
  interface CustomTypeOptions {
    resources: (typeof resources)['en'];
  }
}