UNPKG

@kiwicom/orbit-components

Version:

Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com's products.

12 lines 358 B
type UseScroll = (ref: React.RefObject<HTMLElement | null>) => { isDragging: boolean; clickStartX: number | undefined; scrollStartX: number | undefined; direction: number; momentum: number; speed: number; lastScrollX: number; }; declare const useScroll: UseScroll; export default useScroll; //# sourceMappingURL=useScroll.d.ts.map