Skip to content

Commit

Permalink
Add filterNull prop to the Tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
liubko committed Jun 4, 2024
1 parent 341153f commit d0eb5fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Tooltip.re
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ external make:
~content: 'content=?,
~position: Js.t({..})=?,
~cursor: TooltipCursor.t=?,
~filterNull: bool=?,
~formatter: 'formatter=?,
~isAnimationActive: bool=?,
~itemSorter: 'itemSorter=?,
Expand Down

0 comments on commit d0eb5fc

Please sign in to comment.