Interface GobanThemeBackgroundCSS

interface GobanThemeBackgroundCSS {
    background-color?: string;
    background-image?: string;
    background-size?: string;
}

Properties

background-color?: string
background-image?: string
background-size?: string