UNPKG

@mmcodemark/fuselage-hooks

Version:

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

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