UNPKG

@mui/x-charts

Version:

The community edition of MUI X Charts components.

6 lines 261 B
/** * Transform mouse event position to coordinates inside the SVG. * @param svg The SVG element * @param event The mouseEvent to transform */ export declare function getSVGPoint(svg: SVGSVGElement, event: Pick<MouseEvent, 'clientX' | 'clientY'>): DOMPoint;