UNPKG

@dnd-kit/core

Version:

dnd kit – a lightweight React library for building performant and accessible drag and drop experiences

15 lines (14 loc) 301 B
export declare function getScrollPosition(scrollingContainer: Element): { isTop: boolean; isLeft: boolean; isBottom: boolean; isRight: boolean; maxScroll: { x: number; y: number; }; minScroll: { x: number; y: number; }; };