react-native-reanimated
Version:
More powerful alternative to Animated library for React Native.
4 lines • 355 B
TypeScript
import type { InstanceOrElement, InternalHostInstance, ShadowNodeWrapper } from '../commonTypes';
import type { AnimatedRef } from './commonTypes';
export declare function useAnimatedRefBase<TRef extends InstanceOrElement>(getWrapper: (ref: InternalHostInstance) => ShadowNodeWrapper): AnimatedRef<TRef>;
//# sourceMappingURL=useAnimatedRefCommon.d.ts.map