@hmiproject/helio-sdk
    Preparing search index...

    Type Alias TypographySizes

    The typography subset a size token surfaces: the concrete values a typography size (e.g. typographySize05) resolves to. All values are length strings (pixel strings as defaults, CSS variable references inside HELIO).

    type TypographySizes = {
        fontSize: CSSProperties["fontSize"];
        iconSize: CSSProperties["width"];
        lineHeight: CSSProperties["lineHeight"];
        unitFontSize: CSSProperties["fontSize"];
    }
    Index

    Properties

    fontSize: CSSProperties["fontSize"]
    iconSize: CSSProperties["width"]
    lineHeight: CSSProperties["lineHeight"]
    unitFontSize: CSSProperties["fontSize"]