UNPKG

@mui/x-charts

Version:

The community edition of the Charts components (MUI X).

7 lines (6 loc) 262 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;