= ({\r\n className,\r\n icon,\r\n isHaveIcon = false,\r\n title,\r\n type = 'success',\r\n ...otherProps\r\n}) => (\r\n \r\n \r\n {(isHaveIcon || icon) &&\r\n (type === 'success'\r\n ? (icon ?? )\r\n : type === 'warning'\r\n ? (icon ?? )\r\n : type === 'error'\r\n ? (icon ?? )\r\n : type === 'info'\r\n ? (icon ?? )\r\n : null)}\r\n \r\n {title}\r\n
\r\n);\r\n\r\nexport default InformationStatus;\r\n",
"type": "registry:ui"
}
]
}