UNPKG

react-marquee-slider-vertical

Version:

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

10 lines 239 B
import { ReactNode, FC } from "react"; declare type Props = { children: ReactNode; x: number; y: number; scatterRandomly: boolean; }; declare const Child: FC<Props>; export default Child; //# sourceMappingURL=Child.d.ts.map