UNPKG

@brightlayer-ui/react-auth-workflow

Version:

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

12 lines (11 loc) 391 B
import React from 'react'; import { ErrorManagerProps } from './types.js'; /** * Component that manages the display of error messages. Can be configured to display a dialog, a message box, or neither. * * @param {ErrorManagerProps} props - props of errorManager component * * @category Component */ declare const ErrorManager: React.FC<ErrorManagerProps>; export default ErrorManager;