UNPKG

532 BTypeScriptView Raw
1import { ReduceMotion } from '../commonTypes';
2/**
3 * A component that lets you overwrite default reduce motion behavior globally
4 * in your application.
5 *
6 * @param mode - Determines default reduce motion behavior globally in your
7 * application. Configured with {@link ReduceMotion} enum.
8 * @see https://docs.swmansion.com/react-native-reanimated/docs/components/ReducedMotionConfig
9 */
10export declare function ReducedMotionConfig({ mode }: {
11 mode: ReduceMotion;
12}): null;
13//# sourceMappingURL=ReducedMotionConfig.d.ts.map
\No newline at end of file