Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alaba Olatunde Albert Olanipekun
react-bootstrap
Commits
e87744eb
Unverified
Commit
e87744eb
authored
Mar 25, 2020
by
Bob Silverberg
Committed by
GitHub
Mar 25, 2020
Browse files
Fix type mismatch between Overlay and Popover & Tooltip (#5068)
parent
d76a1753
Changes
1
Hide whitespace changes
Inline
Side-by-side
types/components/Overlay.d.ts
View file @
e87744eb
...
...
@@ -22,7 +22,7 @@ export type Placement =
export
interface
OverlayInjectedProps
{
show
:
boolean
;
arrowProps
:
Record
<
string
,
any
>
;
arrowProps
:
{
ref
:
any
;
style
:
object
}
;
popper
:
{
state
:
any
;
outOfBoundaries
:
boolean
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment