UNPKG

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

Version:

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

10 lines (9 loc) 323 B
/** * @packageDocumentation * @module RegistrationContext */ import { RegistrationContextProviderProps } from './types.js'; /** * Registration Context is used to access context in the registration workflow. */ export declare const RegistrationContext: import("react").Context<RegistrationContextProviderProps | null>;