aura-glass
Version:
A comprehensive glassmorphism design system for React applications with 142+ production-ready components
8 lines • 344 B
TypeScript
/**
* Hook to detect if user prefers reduced motion
*
* CRITICAL: Defaults to `false` (no reduced motion) on both server and initial client render
* to prevent SSR hydration mismatches. The actual preference is detected after hydration.
*/
export declare function useReducedMotion(): boolean;
//# sourceMappingURL=useReducedMotion.d.ts.map