interface TitleSubtitleCellProps {
    subtitle: string;
    title: string;
    verticalPadding?: "12" | "24";
}

Hierarchy (view full)

Properties

subtitle: string

The subtitle to display in this cell

title: string

The title to display in this cell

verticalPadding?: "12" | "24"

Padding size for the cell

Generated using TypeDoc