ra-core
Version:
Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React
8 lines • 364 B
TypeScript
import React, { ReactNode } from 'react';
export declare const Translate: ({ i18nKey, options, children }: TranslateProps) => string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined;
export interface TranslateProps {
i18nKey: string;
children?: ReactNode;
options?: Object;
}
//# sourceMappingURL=Translate.d.ts.map