umd-styles-library
    Preparing search index...

    Variable smallConst

    small: {
        fontFamily: string;
        fontSize: string;
        fontStyle: string;
        fontWeight: string;
        lineHeight: string;
    } = ...

    Small statistic typography style.

    Type declaration

    • fontFamily: string
    • fontSize: string
    • fontStyle: string
    • fontWeight: string
    • lineHeight: string
    import * as Styles from '@universityofmaryland/web-styles-library';
    // Use in object spread syntax
    const myStyle = { ...Styles.typography.stats.small };

    1.1.0