UNPKG

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

Version:

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

6 lines (5 loc) 239 B
import { ErrorContextProviderProps } from './types.js'; /** * Error Context is used to access context in the registration workflow screens. */ export declare const ErrorContext: import("react").Context<ErrorContextProviderProps | null>;