UNPKG

@brightlayer-ui/react-native-auth-workflow

Version:

Re-usable workflow components for Authentication and Registration within Eaton applications.

11 lines (10 loc) 316 B
/** * @packageDocumentation * @module AuthContext */ /// <reference types="react" /> import { AuthContextProviderProps } from './types.js'; /** * Auth Context is used to access context in the authentication workflow */ export declare const AuthContext: import("react").Context<AuthContextProviderProps | null>;