UNPKG

@refinedev/core

Version:

Refine is a React meta-framework for building enterprise-level, data-intensive applications rapidly with support for modern UI libraries and headless integrations.

7 lines 451 B
import React, { type PropsWithChildren } from "react"; import type { I18nProvider, II18nContext } from "./types"; /** @deprecated default value for translation context has no use and is an empty object. */ export declare const defaultProvider: Partial<I18nProvider>; export declare const I18nContext: React.Context<II18nContext>; export declare const I18nContextProvider: React.FC<PropsWithChildren<II18nContext>>; //# sourceMappingURL=index.d.ts.map