UNPKG

react-marquee-slider-vertical

Version:

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

9 lines 193 B
export interface Position { x: number; y: number; } export interface Motion { direction: "clockwise" | "counterclockwise"; initDeg: number; } //# sourceMappingURL=Types.d.ts.map