UNPKG

@neiderruiz/translate-files

Version:

Internationalize and manage your website easily with (CSV or JSON to i18n)

11 lines (10 loc) 319 B
type Props = { children: React.ReactNode; locale: string; fallbackLng: string[]; resources: { [key: string]: any; }; }; declare const TranslationsProvider: ({ children, locale, fallbackLng, resources }: Props) => import("react/jsx-runtime").JSX.Element; export default TranslationsProvider;