UNPKG

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

Version:

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

10 lines (9 loc) 284 B
/** * @packageDocumentation * @module AuthContext */ 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>;