UNPKG

react-marquee-slider-vertical

Version:

The marquee slider of your wildest dreams. Only for React.js ⛺

16 lines 401 B
import { ReactNode, FC } from "react"; declare type Props = { children: ReactNode; initDeg: number; velocity: number; radius: number; backgroundColors: { earth: string; solarSystem: string; buffer: string; }; direction: "clockwise" | "counterclockwise"; }; declare const Motion: FC<Props>; export default Motion; //# sourceMappingURL=Motion.d.ts.map