Interface ScrollbarThemingOptions

interface ScrollbarThemingOptions {
    active?: string;
    corner?: string;
    outline?: boolean;
    thumb?: string;
    track?: string;
}

Properties

active?: string
corner?: string
outline?: boolean
thumb?: string
track?: string