UNPKG

@ouim/simple-logto

Version:

A simpler way to use @logto/react with prebuilt UI components and hooks for fast authentication setup

3 lines (2 loc) 135 B
import type { AuthOptions, AuthContextType } from './types'; export declare const useAuth: (options?: AuthOptions) => AuthContextType;