@lingui/react
Version:
React components for translations
9 lines (6 loc) • 428 B
text/typescript
import { T as TransProps } from './shared/react.34bf68ab.mjs';
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.34bf68ab.mjs';
import React from 'react';
import '@lingui/core';
declare function Trans(props: TransProps): React.ReactElement<any, any> | null;
export { Trans, TransProps };