ra-core
Version:
Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React
7 lines • 338 B
TypeScript
import { ReactElement } from 'react';
export declare const useTranslateLabel: () => ({ source, label, resource, }: {
source?: string;
label?: string | false | ReactElement;
resource?: string;
}) => string | ReactElement<any, string | import("react").JSXElementConstructor<any>>;
//# sourceMappingURL=useTranslateLabel.d.ts.map