NoticePropsinterface
{
icon?: ReactElement | false | undefined;
}| Property | Type | |
|---|---|---|
.icon | ReactElementfalse | Icon for the notice (or null or false to hide the icon, defaults to <StatusIcon>). |
Props for <Notice> — flex/colour/status styling variants, optional children, and an optional icon.