Skip to content

Commit

Permalink
fix: fix typo in definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Sep 9, 2019
1 parent 523cf17 commit e7028ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typescript/react-navigation.d.ts
Expand Up @@ -219,7 +219,7 @@ declare module 'react-navigation' {
Params = NavigationParams,
Options = {},
Props = {}
> = React.ComponentType<Navigationunknown<Params, Options> & Props> & {
> = React.ComponentType<NavigationScreenProps<Params, Options> & Props> & {
navigationOptions?: NavigationScreenConfig<Options>;
};

Expand Down Expand Up @@ -819,7 +819,7 @@ declare module 'react-navigation' {
* BEGIN CUSTOM CONVENIENCE INTERFACES
*/

export interface Navigationunknown<
export interface NavigationScreenProps<
Params = NavigationParams,
Options = any
> {
Expand Down

0 comments on commit e7028ce

Please sign in to comment.