ra-core
Version:
Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React
10 lines • 533 B
TypeScript
import * as React from 'react';
import { I18nProvider } from '../types';
export declare const TestTranslationProvider: ({ translate, messages, children, }: any) => React.JSX.Element;
export interface IMessages extends Record<string, string | ((options?: any) => string) | IMessages> {
}
export declare const testI18nProvider: ({ translate, messages, }?: {
translate?: import("../types").TranslateFunction | undefined;
messages?: IMessages | undefined;
}) => I18nProvider;
//# sourceMappingURL=TestTranslationProvider.d.ts.map