UNPKG

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

Version:

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

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