UNPKG

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

Version:

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

10 lines (9 loc) 339 B
import { ErrorMessageBoxProps } from './types'; /** * 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) => JSX.Element;