Update to use newer TypeScript

This commit is contained in:
Yui T
2017-06-23 11:21:12 -07:00
parent 9847777efe
commit 7220c95be6
+2 -2
View File
@@ -2,7 +2,7 @@
// Project: https://github.com/ReactTraining/react-router-native
// Definitions by: Eduard Zintz <https://github.com/ezintz>
// 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<React.Component>;
children: React.Component[];
}
export class AndroidBackButton extends React.Component<AndroidBackButtonProps> {}