UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

8 lines (7 loc) 253 B
/** * @packageDocumentation * @module ErrorContextProvider */ import React from 'react'; import { ErrorContextProviderProps } from './types.js'; export declare const ErrorContextProvider: React.FC<React.PropsWithChildren<ErrorContextProviderProps>>;