UNPKG

react-marquee-slider-vertical

Version:

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

7 lines 299 B
import Marquee from "./Marquee"; import Motion from "./Motion"; import Scale from "./Scale"; import { randomIntFromInterval, randomFloatFromInterval } from "./util"; export { Motion, Scale, randomIntFromInterval, randomFloatFromInterval }; export default Marquee; //# sourceMappingURL=index.d.ts.map