react-component / tooltip

React Tooltip
http://react-component.github.io/tooltip/
MIT License
924 stars 188 forks source link

patch: export tooltip ref #454

Closed charlieblevins closed 1 year ago

charlieblevins commented 1 year ago

This type makes typescript happy about the forceAlign method on a tooltip ref, so I thought it would be good to go on and export it.

This makes this example compile in typescript.

codecov[bot] commented 1 year ago

Codecov Report

Merging #454 (f047e84) into master (c5374d7) will not change coverage. The diff coverage is n/a.

:exclamation: Current head f047e84 differs from pull request most recent head 27bb7a9. Consider uploading reports for the commit 27bb7a9 to get more accurate results

@@            Coverage Diff            @@
##            master      #454   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines           26        26           
  Branches        10        10           
=========================================
  Hits            26        26           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

yoyo837 commented 1 year ago

CI failed.

charlieblevins commented 1 year ago

CI failed.

Thanks. Should be fixed now.