UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

6 lines (5 loc) 221 B
import { AuthContextProviderProps } from './types.js'; /** * Auth Context is used to access context in the authentication workflow */ export declare const AuthContext: import("react").Context<AuthContextProviderProps>;