useTranslation.d.ts 92 B

12
  1. import { I18n } from '.';
  2. export default function useTranslation(defaultNS?: string): I18n;