UNPKG

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

Version:

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

12 lines (11 loc) 420 B
/** * @packageDocumentation * @module ErrorContextProvider */ import React from 'react'; import { ErrorContextProviderProps } from './types.js'; /** * ErrorContextProvider is used to configure error handling within the workflow * @param {ErrorContextProviderProps} props - props for Error Context Provider */ export declare const ErrorContextProvider: React.FC<React.PropsWithChildren<ErrorContextProviderProps>>;