mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
Update to use newer TypeScript
This commit is contained in:
Vendored
+2
-2
@@ -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> {}
|
||||
|
||||
Reference in New Issue
Block a user