UNPKG

react-native-reanimated

Version:

More powerful alternative to Animated library for React Native.

7 lines 275 B
import type { HostComponent, ViewProps } from 'react-native'; interface NativeProps extends ViewProps { isActive: boolean; } declare const _default: HostComponent<NativeProps>; export default _default; //# sourceMappingURL=SharedTransitionBoundaryNativeComponent.d.ts.map