@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 • 382 B
TypeScript
import React, { type PropsWithChildren } from "react";
import type { IAuthContext } from "./types";
export declare const AuthProviderContext: React.Context<Partial<IAuthContext>>;
export declare const AuthProviderContextProvider: React.FC<PropsWithChildren<IAuthContext>>;
export declare const useAuthProviderContext: () => Partial<IAuthContext>;
//# sourceMappingURL=index.d.ts.map