interface HowToUseStepItem {
    icon: IconType;
    subText: string;
    text: string;
}

Properties

Properties

icon: IconType

The icon to display for this item

subText: string

Smaller text to display below the title text

text: string

The title text to display for this step

Generated using TypeDoc