Interface SliderStyles

interface SliderStyles {
    active?: Interpolation;
    disabled?: Interpolation;
    thumb?: Interpolation;
    track?: Interpolation;
}

Properties

active?: Interpolation
disabled?: Interpolation
thumb?: Interpolation
track?: Interpolation

Generated using TypeDoc