UNPKG

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

Version:

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

10 lines (9 loc) 281 B
/** * @packageDocumentation * @module RegistrationWorkflowContext */ import { createContext } from 'react'; /** * Registration Workflow Context is used to access context in the Registration Workflow component */ export const RegistrationWorkflowContext = createContext(null);