umd-styles-library
    Preparing search index...

    Interface HighlightBackgroundOptions

    Options for highlight background style variants

    1.7.0

    interface HighlightBackgroundOptions {
        color?: "white" | "light" | "dark";
    }
    Index

    Properties

    Properties

    color?: "white" | "light" | "dark"