UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

10 lines (9 loc) 350 B
/** * @packageDocumentation * @module RegistrationWorkflowContext */ import { RegistrationWorkflowContextProps } from './types.js'; /** * Registration Workflow Context is used to access context in the Registration Workflow component */ export declare const RegistrationWorkflowContext: import("react").Context<RegistrationWorkflowContextProps>;