UNPKG

@refinedev/core

Version:

Refine is a React meta-framework for building enterprise-level, data-intensive applications rapidly with support for modern UI libraries and headless integrations.

6 lines 208 B
/** * @returns authProvider if provided, otherwise null * @internal */ export declare const useActiveAuthProvider: () => Partial<import("../../..").IAuthContext> | null; //# sourceMappingURL=index.d.ts.map