@brightlayer-ui/react-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 359 B
TypeScript
import React from 'react';
import { ErrorStateProps } from './WorkflowCard.types.js';
/**
* Component renders a screen with ErrorState to display error message for support with the application.
*
* @param {ErrorStateProps} props - props of ErrorStateProps component
*
* @category Component
*/
export declare const ErrorState: React.FC<ErrorStateProps>;