UNPKG

@mmcodemark/fuselage-hooks

Version:

React hooks for Fuselage, Rocket.Chat's design system and UI toolkit

8 lines 280 B
/** * Hook to get the prefers-reduce-motion value. * * @returns `true` if the prefers-reduce-motion is set reduce in the media queries that matches * @public */ export declare const usePrefersReducedMotion: () => boolean; //# sourceMappingURL=usePrefersReducedMotion.d.ts.map