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.

5 lines 283 B
import React, { type PropsWithChildren } from "react"; import type { II18nContext } from "./types"; export declare const I18nContext: React.Context<II18nContext>; export declare const I18nContextProvider: React.FC<PropsWithChildren<II18nContext>>; //# sourceMappingURL=index.d.ts.map