UNPKG

@yourwishes/carousel

Version:

A modern, flexible and performant carousel for the time concious developer.

13 lines 288 B
declare type AABB = { left: number; right: number; top: number; bottom: number; }; declare type AABBParams = { boxA: AABB; boxB: AABB; }; export declare const aabbIntersect: (params: AABBParams) => boolean; export {}; //# sourceMappingURL=aabb.d.ts.map