UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

5 lines 311 B
import type { Component } from 'react'; import type { StyleProps } from '../commonTypes'; import type { AnimatedRef } from '../hook/commonTypes'; export declare function setNativeProps<T extends Component>(animatedRef: AnimatedRef<T>, updates: StyleProps): void; //# sourceMappingURL=setNativeProps.web.d.ts.map