ErrorLoader.error-info-card
Components
ErrorInfoCard()
ErrorInfoCard(
props
):ReactElement
<any
,string
|JSXElementConstructor
<any
>>
Parameters
Parameter | Type |
---|---|
props | IErrorInfoCardProps |
Returns
ReactElement
<any
, string
| JSXElementConstructor
<any
>>
Source
libs/design-system-core/src/components/ErrorLoader/error-info-card.tsx:9
Interfaces
IErrorInfoCardProps
Properties
Property | Type |
---|---|
children | (message : ReactElement <any , string | JSXElementConstructor <any >>) => ReactElement <any , string | JSXElementConstructor <any >> |
error? | Error |