Card-specific configuration state

interface ViewCardState {
    cardSize?: "small" | "medium" | "large";
}

Properties

Properties

cardSize?: "small" | "medium" | "large"

Custom card size