UNPKG

@atlaskit/motion

Version:

A set of utilities to apply motion in your application.

7 lines (6 loc) 225 B
/** * A React hook version of {@link isReducedMotion}. * Useful for React components that need to re-render if the user's motion * preference changes at runtime. */ export declare const useIsReducedMotion: () => boolean;