TypeDoc Example

    Interface CardAProps

    The props type for CardA.

    interface CardAProps {
        variant:
            | "primary"
            | "secondary"
            | "success"
            | "danger"
            | "light"
            | "dark";
    }
    Index

    Properties

    Properties

    variant: "primary" | "secondary" | "success" | "danger" | "light" | "dark"

    The theme of the card. Defaults to primary.

    MMNEPVFCICPMFPCPTTAAATR