Type Alias SliderType

SliderType: React.FC<SliderProps> & {
    MarkerPositions: typeof MarkerPositions;
}