mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 12:56:46 +08:00
Merge pull request #12129 from Strato/patch-5
Added shouldUpdatePosition prop in Overlay
This commit is contained in:
1
react-bootstrap/index.d.ts
vendored
1
react-bootstrap/index.d.ts
vendored
@@ -428,6 +428,7 @@ declare namespace ReactBootstrap {
|
||||
rootClose?: boolean;
|
||||
show?: boolean;
|
||||
target?: Function;
|
||||
shouldUpdatePosition?: boolean;
|
||||
}
|
||||
class Overlay extends React.Component<OverlayProps, {}> {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user