Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit7e47db2

Browse files
committed
remove all typings warnings
1 parent1f291d9 commit7e47db2

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import * as injectTapEventPlugin from 'react-tap-event-plugin';
1111

1212

1313
exportdefaultclassMain{
14-
publicstore:Redux.Store;
14+
publicstore:Redux.Store<any>;
1515
privateside:HTMLElement;
1616
privatestatusBarTile:StatusBar.IStatusBarView|null;
1717
privatesubscriptions:any;

‎src/typings/tutorial/index.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,13 @@ declare namespace Tutorial {
66
}
77

88
exportinterfaceInfo{
9-
name:string;
9+
name?:string;
10+
title:string;
1011
description?:string;
1112
keywords?:string[];
1213
version?:string;
1314
latest?:string;
14-
isLatest:boolean;
15+
isLatest?:boolean;
1516
}
1617

1718
exportinterfaceConfig{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp