UNPKG

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

Version:

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

10 lines (9 loc) 247 B
/** * @packageDocumentation * @module RegistrationContext */ import { createContext } from 'react'; /** * Registration Context is used to access context in the registration workflow. */ export const RegistrationContext = createContext(null);