tippyjs-react
tippyjs-react copied to clipboard
export Placement type
Would you export the Placement type for use in typescript projects?
We had the same problem in our project. Workaround is:
import { Placement } from 'tippy.js';
And if linter complains, you can explicitly add tippy.js to dev dependencies.