UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

6 lines (5 loc) 219 B
import { ErrorContextProviderProps } from './types.js'; /** * An object that is used for error handling within the application */ export declare const ErrorContext: import("react").Context<ErrorContextProviderProps>;