Interface GobanThemeBackgroundReactStyles

interface GobanThemeBackgroundReactStyles {
    backgroundColor?: string;
    backgroundImage?: string;
    backgroundSize?: string;
}

Properties

backgroundColor?: string
backgroundImage?: string
backgroundSize?: string