Lager - v5.2.0
    Preparing search index...

    BgColorInterface interface.

    This interface represents background color attributes with light and dark color properties.

    BgColorInterface

    interface BgColorInterface {
        dark: string;
        light: string;
    }
    Index

    Properties

    Properties

    dark: string

    Dark background color attributes.

    light: string

    Light background color attributes.