tippyjs-react icon indicating copy to clipboard operation
tippyjs-react copied to clipboard

export Placement type

Open davious opened this issue 4 years ago • 1 comments

Would you export the Placement type for use in typescript projects?

davious avatar Apr 13 '21 17:04 davious

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.

mayank99 avatar May 25 '21 17:05 mayank99