umd-styles-library
    Preparing search index...

    Interface SansComposeOptions

    Options for composable sans typography

    1.7.0

    interface SansComposeOptions {
        color?: string;
        scaling?: boolean;
        theme?: "light" | "dark";
    }
    Index

    Properties

    color?: string

    Explicit color value (overrides theme)

    scaling?: boolean

    Enable container-based scaling (only for 'larger' and 'min')

    theme?: "light" | "dark"

    Theme variant for color (overridden by color if provided)