UNPKG

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

Version:

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

7 lines (6 loc) 317 B
/// <reference types="react" /> 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>;