Files
DefinitelyTyped/react-bootstrap
Vincent Siao 6a3cee4272 [react-bootstrap] Fix types
Found some issues with the current type definitions:
- extends `React.Props<T>` with incorrect type `T` (`T` should be
  component instance type, not component class type)
- extends `React.ComponentClass` even if the component is created
  with `React.createClass` (should extend `ClassiComponentClass`).
2016-02-26 12:51:40 -08:00
..