UNPKG

@lingui/react

Version:

React bindings for Lingui with Trans components, providers, and compile-time macros

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