UNPKG

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 400 B
import { ReactNode } from 'react'; export declare const useTranslateLabel: () => ({ source, label, resource, }: { source?: string | undefined; label?: ReactNode; resource?: string | undefined; }) => string | number | true | import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>> | Iterable<ReactNode> | null; //# sourceMappingURL=useTranslateLabel.d.ts.map