UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

6 lines (5 loc) 226 B
import { AuthError, ErrorManagerProps } from '../../components/Error/types.js'; export declare const useErrorManager: () => { triggerError: (error: Error | AuthError) => void; errorManagerConfig: ErrorManagerProps; };