@lingui/react
Version:
React components for translations
10 lines (7 loc) • 445 B
text/typescript
import { T as TransProps } from './shared/react.05772d3b.cjs';
export { b as I18nContext, I as I18nProvider, a as I18nProviderProps, L as LinguiContext, d as TransRenderCallbackOrComponent, c as TransRenderProps, u as useLingui } from './shared/react.05772d3b.cjs';
import 'react/jsx-runtime';
import 'react';
import '@lingui/core';
declare function Trans(props: TransProps): React.ReactElement<any, any> | null;
export { Trans, TransProps };