@lingui/react
Version:
React components for translations
11 lines (7 loc) • 417 B
TypeScript
import { T as TransProps, b as I18nContext } from './shared/react.34bf68ab.js';
export { d as TransRenderCallbackOrComponent, c as TransRenderProps } from './shared/react.34bf68ab.js';
import React from 'react';
import '@lingui/core';
declare function TransRsc(props: TransProps): React.ReactElement<any, any> | null;
declare function useLingui(): I18nContext;
export { TransRsc as Trans, TransProps, useLingui };