Sha256: db7e0caeef48c4ca03816a4fc22c2a1484bc370e372f996a1263b182cbba6b34
Contents?: true
Size: 369 Bytes
Versions: 49
Compression:
Stored size: 369 Bytes
Contents
import tippy, { createSingleton, followCursor, roundArrow, hideAll, } 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, hideAll };
Version data entries
49 entries across 49 versions & 1 rubygems