umd-styles-library
    Preparing search index...

    Variable eyebrowConst

    eyebrow: {
        color: "#000000";
        fontSize: string;
        fontWeight: number;
        letterSpacing: string;
        lineHeight: number;
        textTransform: string;
    } = ...

    Eyebrow typography style object.

    Type declaration

    • color: "#000000"
    • fontSize: string
    • fontWeight: number
    • letterSpacing: string
    • lineHeight: number
    • textTransform: string
    import * as Styles from '@universityofmaryland/web-styles-library';
    // Use in object spread syntax
    const myStyle = { ...Styles.typography.elements.eyebrow };

    1.1.0