UNPKG

react-tech-slider

Version:
3 lines (2 loc) 273 B
import type { RunningSliderProps } from "../types"; export declare function MovingSlider({ brandsList, borderWidth, borderColor, backgroundColor, iconWidth, isPlay, pauseOnHoverActive, durationMs, className, }: RunningSliderProps): import("react/jsx-runtime").JSX.Element;