UNPKG

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

Version:

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

6 lines (5 loc) 285 B
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 | null>;