pianello-api/resources/js/vendor/tippy/index.js
Ale Gallo 82f958e5da Committing laravel (part 3)
committing js templating files and components
2023-11-10 16:00:59 +01:00

4 lines
180 B
JavaScript

import tippy, { roundArrow, animateFill as animateFillPlugin } from "tippy.js";
window.tippy = tippy;
window.roundArrow = roundArrow;
window.animateFillPlugin = animateFillPlugin;