UNPKG

@mui/x-internal-gestures

Version:

The core engine of GestureEvents, a modern and robust multi-pointer gesture detection library for JavaScript.

10 lines 146 B
export type Point = { /** * The x coordinate of the point. */ x: number; /** * The y coordinate of the point. */ y: number; };