UNPKG

@wordpress/compose

Version:
8 lines 242 B
/** * Hook returning whether the user has a preference for reduced motion. * * @return Reduced motion preference value. */ declare const useReducedMotion: () => boolean; export default useReducedMotion; //# sourceMappingURL=index.d.ts.map