UNPKG

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

Version:

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

11 lines (10 loc) 355 B
/** * @packageDocumentation * @module RegistrationContext */ /// <reference types="react" /> 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>;