UNPKG

@dnd-kit/core

Version:

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

5 lines (4 loc) 321 B
import type { Coordinates } from '../../types'; export declare function getScrollXCoordinate(element: Element | typeof window): number; export declare function getScrollYCoordinate(element: Element | typeof window): number; export declare function getScrollCoordinates(element: Element | typeof window): Coordinates;