UNPKG

react-native-screens

Version:
5 lines 383 B
import React from 'react'; import { ScreenProps } from 'react-native-screens'; declare const ReanimatedNativeStackScreen: React.ForwardRefExoticComponent<Omit<ScreenProps, "ref"> & React.RefAttributes<React.ComponentClass<import("react-native-reanimated").AnimateProps<{}>, any>>>; export default ReanimatedNativeStackScreen; //# sourceMappingURL=ReanimatedNativeStackScreen.d.ts.map