umd-styles-library
    Preparing search index...

    Interface WrapBackgroundOptions

    Options for wrap background style variants

    1.7.0

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

    Properties

    Properties

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