Sha256: 79cb015423c8a6845e85e0fd95cdfb0b9995c924b4fcf77b7e298ec383d5558b
Contents?: true
Size: 342 Bytes
Versions: 24
Compression:
Stored size: 342 Bytes
Contents
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 };
Version data entries
24 entries across 24 versions & 1 rubygems