diff --git a/types/react-router-native/index.d.ts b/types/react-router-native/index.d.ts index 453d9b122a..f2ab1c72b1 100644 --- a/types/react-router-native/index.d.ts +++ b/types/react-router-native/index.d.ts @@ -2,7 +2,7 @@ // Project: https://github.com/ReactTraining/react-router-native // Definitions by: Eduard Zintz // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped -// TypeScript Version: 2.2 +// TypeScript Version: 2.3 export { match, @@ -23,7 +23,7 @@ import * as React from 'react'; import * as H from 'history'; export interface AndroidBackButtonProps { - children: Array; + children: React.Component[]; } export class AndroidBackButton extends React.Component {}