File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -272,8 +272,8 @@ yourself to avoid your props being overridden (or overriding the props returned)
272272| getTooltipProps | ` function({}) ` | returns the props you should apply to the tooltip element you render. |
273273| tooltipRef | ` node ` | return the react ref you should apply to the tooltip element. |
274274| getArrowProps | ` function({}) ` | return the props you should apply to the tooltip arrow element. |
275- | arrowRef | ` node ` | return the react ref you should apply to the tooltip arrow you render. |
276- | placement | ` string ` | return the placement of the tooltip arrow element. |
275+ | arrowRef | ` node ` | return the react ref you should apply to the tooltip arrow element. |
276+ | placement | ` string ` | return the placement of the tooltip. |
277277
278278## Inspiration and Thanks!
279279
You can’t perform that action at this time.
0 commit comments