UNPKG

@mui/x-charts

Version:

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

9 lines (8 loc) 273 B
/** * Returns `boolean` or `null`, used to automatically * set skipAnimations to the value of the user's * `prefers-reduced-motion` query. * * The return value, post-effect, is the value of their prefered setting */ export declare const useReducedMotion: () => void;