UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

5 lines 333 B
import type { ViewDescriptorsWrapper } from '../commonTypes'; import type { PropUpdates } from '../createAnimatedComponent/commonTypes'; declare const updateProps: (viewDescriptors: ViewDescriptorsWrapper, updates: PropUpdates, isAnimatedProps?: boolean) => void; export default updateProps; //# sourceMappingURL=updateProps.d.ts.map