Trans.d.ts 142 B

12
  1. import { TransProps } from '.';
  2. export default function Trans({ i18nKey, values, components, fallback, defaultTrans, ns, }: TransProps): any;