fix spacing (4 spaces). Implement the test. Add reference to react.d.ts

This commit is contained in:
Carlo Cancellieri
2016-07-07 10:36:54 +02:00
parent 9757c2f96c
commit f5790919f2
5 changed files with 80 additions and 27 deletions

View File

@@ -277,4 +277,3 @@ class SomeClass extends Component<any, any> {
public bar: number;
}
let bar: number = new (connect()(SomeClass))("foo").bar;