pianello-api/resources/js/vendor/tippy/index.js

5 lines
180 B
JavaScript
Raw Normal View History

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