UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

10 lines (9 loc) 281 B
/** * @packageDocumentation * @module ErrorContext */ import { ErrorManagerProps } from '../../components/Error/types.js'; /** * An object that is used as error handling context within the workflow. */ export type ErrorContextProviderProps = Omit<ErrorManagerProps, 'error'>;