mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
The `restoreFocus` prop was added to react-bootstrap in this commit from
2017 that was first released in v0.30.8.
|
||
|---|---|---|
| .. | ||
| lib | ||
| test | ||
| index.d.ts | ||
| 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.