UNPKG

ra-core

Version:

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

11 lines 375 B
import { AuthProvider } from '../types'; export declare const defaultAuthParams: { loginUrl: string; afterLoginUrl: string; }; /** * Get the authProvider stored in the context */ declare const useAuthProvider: <AuthProviderType extends AuthProvider = AuthProvider>() => AuthProviderType; export default useAuthProvider; //# sourceMappingURL=useAuthProvider.d.ts.map