UNPKG

react-pixi-plot

Version:

A React component rendering a zoomable and draggable PIXI.js scene. Intended to render 2d plots

9 lines (8 loc) 292 B
/** * Sets DOM body style pointerEvents to 'none' to prevent global mouse events. */ export declare const preventGlobalMouseEvents: () => void; /** * Sets DOM body style pointerEvents to 'auto' to restore global mouse events. */ export declare const restoreGlobalMouseEvents: () => void;