UNPKG

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

Version:

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

7 lines (6 loc) 200 B
/** * @packageDocumentation * @module ErrorContext */ import { ErrorManagerProps } from '../../components/Error/types.js'; export type ErrorContextProviderProps = Omit<ErrorManagerProps, 'error'>;