@orangecheck/design / AlertWithActionProps
Interface: AlertWithActionProps
Defined in: primitives/alert-with-action.tsx:10
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-actioncontent"></a> actionContent? | any | primitives/alert-with-action.tsx:20 |
<a id="property-actiondisabled"></a> actionDisabled? | boolean | primitives/alert-with-action.tsx:19 |
<a id="property-actionicon"></a> actionIcon? | any | primitives/alert-with-action.tsx:18 |
<a id="property-actionlabel"></a> actionLabel? | string | primitives/alert-with-action.tsx:15 |
<a id="property-actionvariant"></a> actionVariant? | "default" | "destructive" | "outline" | "ghost" | primitives/alert-with-action.tsx:17 |
<a id="property-classname"></a> className? | string | primitives/alert-with-action.tsx:21 |
<a id="property-description"></a> description | ReactNode | primitives/alert-with-action.tsx:14 |
<a id="property-icon"></a> icon? | any | primitives/alert-with-action.tsx:12 |
<a id="property-onaction"></a> onAction? | () => void | primitives/alert-with-action.tsx:16 |
<a id="property-title"></a> title? | string | primitives/alert-with-action.tsx:13 |
<a id="property-variant"></a> variant? | AlertVariant | primitives/alert-with-action.tsx:11 |