Entry.EntryPublishErrorCard
Components
EntryPublishErrorCard()
EntryPublishErrorCard(
props
,context
?):ReactNode
Parameters
Parameter | Type |
---|---|
props | PublishErrorCardProps |
context ? | any |
Returns
ReactNode
Source
libs/design-system-components/src/components/Entry/EntryPublishErrorCard/index.tsx:14
Interfaces
PublishErrorCardProps
Properties
Property | Type |
---|---|
children? | ReactNode |
isCard? | boolean |
message | string |
style? | CSSProperties |