@stigg/react-sdk - v7.6.0

    Type Alias FontVariant

    type FontVariant = {
        fontSize: string;
        fontWeight: "bold" | "normal";
        semanticElement:
            | "h1"
            | "h2"
            | "h3"
            | "h4"
            | "h5"
            | "h6"
            | "p"
            | "span"
            | "div";
    }
    Index

    Properties

    fontSize: string
    fontWeight: "bold" | "normal"
    semanticElement: "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | "div"
    MMNEPVFCICPMFPCPTTAAATR