@mui/x-charts
Version:
The community edition of MUI X Charts components.
10 lines • 330 B
TypeScript
/**
* Check if the zoom is interacting.
*
* This should probably be moved/merged to the AnimationContext when we move it to the new API.
*
* @ignore Internal hook, similar to the PRO one.
*
* @returns {boolean} Inform the zoom is interacting.
*/
export declare function useInternalIsZoomInteracting(): boolean | undefined;