UNPKG

@primer/react-brand

Version:

Primer Brand is a GitHub's design system for creating React-based marketing websites and digital experiences.

6 lines 221 B
/** * Hook that returns true if the user prefers reduced motion. * Respects the prefers-reduced-motion media query. */ export declare function useReducedMotion(): boolean; //# sourceMappingURL=useReducedMotion.d.ts.map