interface MeritItem {
    imageUrl: string;
    subText: string;
    text: ReactNode;
}

Properties

Properties

imageUrl: string

The URL of an image to display above the merit

subText: string

Smaller text to display below the main text

text: ReactNode

The text to display for this merit (supports node to allow for typography config)

Generated using TypeDoc