DefinitelyTyped/react-dates
Tyler Jones 41c9ec7fb5 @types/react-dates: Add null as valid value for FocusedInputShape
React dates accepts but more importantly returns `null` as a valid focused state.
Not having this in the typings allows unexpected errors when using `strictNulls` checking.
```typescript
if (focusedInput !== undefined) {
  // focusedInput input could be null here, but the type system does not acknowledge that. 
}
```
2017-03-23 10:58:10 -07:00
..
index.d.ts @types/react-dates: Add null as valid value for FocusedInputShape 2017-03-23 10:58:10 -07:00
package.json set strong min moment version with ts 2.0 support 2017-02-12 08:25:02 +03:00
react-dates-tests.tsx fixing moment import 2017-02-12 08:19:01 +03:00
tsconfig.json