ra-core
Version:
Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React
17 lines • 563 B
TypeScript
import * as React from 'react';
export interface FieldTitleProps {
isRequired?: boolean;
resource?: string;
source?: string;
label?: React.ReactNode;
}
export declare const FieldTitle: {
(props: FieldTitleProps): number | Iterable<React.ReactNode> | React.JSX.Element | null;
displayName: string;
};
declare const _default: React.MemoExoticComponent<{
(props: FieldTitleProps): number | Iterable<React.ReactNode> | React.JSX.Element | null;
displayName: string;
}>;
export default _default;
//# sourceMappingURL=FieldTitle.d.ts.map