UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

7 lines (6 loc) 269 B
interface UseRespectReduceMotionOptions { respectReducedMotion: boolean; getRootElement: () => HTMLElement | undefined; } export declare function useRespectReduceMotion({ respectReducedMotion, getRootElement, }: UseRespectReduceMotionOptions): void; export {};