DefinitelyTyped/.github
Christopher Deutsch 9c1dc77ef4 Updated react-autosuggest for version 9.3.X (#20442)
`react-autosuggest` had some breaking changes.

Previously Autosuggest was defined with `any` props which meant no type checking was happening.

New definition enables type checking when using `Autosuggest` component.
```
declare class Autosuggest extends React.Component<Autosuggest.AutosuggestProps> {}
```
2017-10-16 11:36:31 -07:00
..
CODEOWNERS Updated react-autosuggest for version 9.3.X (#20442) 2017-10-16 11:36:31 -07:00
ISSUE_TEMPLATE.md Move files to '.github' directory (#15370) 2017-03-24 15:16:37 -07:00
PULL_REQUEST_TEMPLATE.md Fix typo in PR template 2017-05-09 12:06:42 -07:00