umd-styles-library
    Preparing search index...

    Interface ElementComposeOptions

    Options for composable element typography

    1.7.0

    interface ElementComposeOptions {
        color?: string;
        theme?: "light" | "dark";
    }
    Index

    Properties

    Properties

    color?: string

    Explicit color value (overrides theme)

    theme?: "light" | "dark"

    Theme variant for color (overridden by color if provided)