react-tippy
react-tippy copied to clipboard
Fix type for delay prop
Should be number | [number, number] according to https://github.com/tvkhoa/react-tippy/issues/52
I think you should update the documentation too. According to it, delay
specifies time between trigger and tooltip to show, there's nothing about passing array of integers with show delay and hide delay.