UNPKG

@darwish/hooks-core

Version:

9 lines (8 loc) 302 B
import React from "react"; export declare const AuthConsoleContext: React.Context<{ isAuth: boolean; }>; export declare const AuthConsoleProvider: (props: React.PropsWithChildren<{ isAuth: boolean; }>) => import("react/jsx-runtime").JSX.Element; export declare const useAuthLog: () => boolean;