DefinitelyTyped/types/reactstrap
Sean Kelley cdb3807edb reactstrap: Input from StatelessComponent to React.Component subclass (#24846)
* reactstrap: Input from StatelessComponent to ComponentClass

`Input` is a full React component (`ComponentClass`), not a stateless component. In particular, this change allows consumers to pass `ref` to it (not legal with `StatelessComponent`), which useful for e.g. calling `HTMLInputElement#focus()`.

* ComponentClasss -> extends React.Component
2018-04-12 09:59:44 -07:00
..
lib reactstrap: Input from StatelessComponent to React.Component subclass (#24846) 2018-04-12 09:59:44 -07:00
v4
index.d.ts
reactstrap-tests.tsx reactstrap: Input from StatelessComponent to React.Component subclass (#24846) 2018-04-12 09:59:44 -07:00
tsconfig.json
tslint.json