DefinitelyTyped/types/react-bootstrap
Aaron Beall 325b3e9b79
Added stub definitions for react-bootstrap v1.0 (#43756)
* Added missing $filter overload

Added missing $filter overload that allows multiple strings to translate and returns an object

* Added v1 dir with stub

* Updated def header

* Added v1/tsconfig.json to make publisher happy

* Added index.d.ts to files

* Added paths per build failure

* Moved paths to the right tsconfig

* Fixed path mapping
2020-04-09 13:12:51 -07:00
..
lib
test
v1
index.d.ts
OTHER_FILES.txt
README.md
tsconfig.json
tslint.json

react-bootstrap

Intended compatibilty

This library is intended for releases of react-bootstrap prior to v1.0.0, e.g. v0.32.4.

The reason is that react-bootstrap v1.0.0 targets Bootstrap v4, and includes its own typings. react-bootstrap prior to v1.0.0 targets Bootstrap v3 and does not include any typings.

It does not make sense for everyone to upgrade to Bootstrap v4, therefore these typings are useful for everyone that wants to stay on Bootstrap v3 and react-bootstrap prior to v1.0.0.

The typings for v1.0.0 were merged in this pull request.