UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

4 lines 300 B
import type { InstanceOrElement, StyleProps } from '../commonTypes'; import type { AnimatedRef } from '../hook/commonTypes'; export declare function setNativeProps<TRef extends InstanceOrElement>(animatedRef: AnimatedRef<TRef>, updates: StyleProps): void; //# sourceMappingURL=setNativeProps.d.ts.map