Interface SliderPosition

interface SliderPosition {
    left?: string;
    top?: string;
}

Properties

Properties

left?: string
top?: string