Merge pull request #12129 from Strato/patch-5

Added shouldUpdatePosition prop in Overlay
This commit is contained in:
jramsay
2016-11-03 17:07:53 -07:00
committed by GitHub

View File

@@ -428,6 +428,7 @@ declare namespace ReactBootstrap {
rootClose?: boolean;
show?: boolean;
target?: Function;
shouldUpdatePosition?: boolean;
}
class Overlay extends React.Component<OverlayProps, {}> {
}