UNPKG

react-native-navigation

Version:

React Native Navigation - truly native navigation for iOS and Android

11 lines 277 B
/** * @deprecated This type replaced with NavigationProps */ export interface NavigationComponentProps { componentId: string; } export interface NavigationProps { componentId: string; componentName: string; } //# sourceMappingURL=NavigationComponentProps.d.ts.map