UNPKG

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 225 B
/** * Set inspector title on mount * * @example * useSetInspectorTitle('Datagrid'); */ export declare const useSetInspectorTitle: (title: string, options?: any) => void; //# sourceMappingURL=useSetInspectorTitle.d.ts.map