react-marquee-slider-vertical
Version:
The marquee slider of your wildest dreams. Only for React.js ⛺
5 lines • 418 B
TypeScript
export declare const randomFloatFromInterval: (min: number, max: number) => number;
export declare const randomIntFromInterval: (min: number, max: number) => number;
export declare const doesOverlap: (rect1: ClientRect, rect2: ClientRect, containerRect: ClientRect) => boolean;
export declare const outOfContainerBounds: (childRect: ClientRect, containerRect: ClientRect) => boolean;
//# sourceMappingURL=util.d.ts.map