UNPKG

react-tech-slider

Version:
3 lines (2 loc) 199 B
import type { FadesSliderProps } from "../types"; export declare function FadeOutSlider({ brandsList, gap, iconWidth, speed, className, }: FadesSliderProps): import("react/jsx-runtime").JSX.Element;