UNPKG

react-native-screens

Version:
5 lines 371 B
import React from 'react'; import { ScreenProps } from '../types'; 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