@brightlayer-ui/react-native-auth-workflow
Version:
Re-usable workflow components for Authentication and Registration within Eaton applications.
11 lines (10 loc) • 375 B
TypeScript
import React from 'react';
import { ErrorMessageBoxProps } from './types.js';
/**
* Component that renders a basic message box with an error message and a configurable dismiss button
*
* @param {ErrorMessageBoxProps} props - Props of Error Message Box
*
* @category Component
*/
export declare const ErrorMessageBox: (props: ErrorMessageBoxProps) => React.JSX.Element;