sjmc11 / tourguide-js

TourGuide is a Javascript library for creating user tours and on-boarding steps for your apps.
https://tourguidejs.com
MIT License
592 stars 27 forks source link

fix type imports from floating-ui dep #10

Closed garlandcrow closed 1 year ago

garlandcrow commented 1 year ago

When using tourguide-js as a dependency in vite, the build fails due to the way the type import is currrently written. This fixes the issue.