UNPKG

ra-core

Version:

Core components of react-admin, a frontend Framework for building admin applications on top of REST services, using ES6, React

14 lines 425 B
import * as React from 'react'; /** * Set the string to append to all links to the admin app. * * Useful when the app is mounted on a sub path, e.g. '/admin'. * Used internally by the `<Admin>` component. * * @see useBasename */ export declare const BasenameContextProvider: ({ children, basename }: { children: any; basename: any; }) => React.JSX.Element; //# sourceMappingURL=BasenameContextProvider.d.ts.map