@orangecheck/design / NumberedStepProps
Interface: NumberedStepProps
Defined in: composites/numbered-step.tsx:18
Properties
| Property | Type | Defined in |
|---|---|---|
<a id="property-card"></a> card? | boolean | composites/numbered-step.tsx:23 |
<a id="property-children"></a> children? | any | composites/numbered-step.tsx:21 |
<a id="property-classname"></a> className? | string | composites/numbered-step.tsx:24 |
<a id="property-n"></a> n | number | composites/numbered-step.tsx:19 |
<a id="property-title"></a> title | ReactNode | composites/numbered-step.tsx:20 |
<a id="property-tone"></a> tone? | "default" | "onBrand" | composites/numbered-step.tsx:22 |