import tippy, { createSingleton, followCursor, roundArrow } from "tippy.js"; import hideOnEsc from "./plugins/hide_on_esc"; tippy.setDefaultProps({ theme: null, allowHTML: true, arrow: roundArrow + roundArrow, plugins: [hideOnEsc, followCursor], }); export default tippy; export { tippy, createSingleton, hideOnEsc, followCursor };