Interface StepsProps

interface StepsProps {
    classesPrefix: string;
    dots: boolean;
    included: boolean;
    lowerBound: number;
    marks: SliderMarks;
    max: number;
    min: number;
    step: number;
    upperBound: number;
    vertical: boolean;
}

Properties

classesPrefix: string
dots: boolean
included: boolean
lowerBound: number
max: number
min: number
step: number
upperBound: number
vertical: boolean