8 lines
135 B
TypeScript
8 lines
135 B
TypeScript
import tippy, { followCursor } from "tippy.js";
|
|
|
|
tippy.setDefaultProps({
|
|
duration: 0,
|
|
delay: [0, 0],
|
|
plugins: [followCursor]
|
|
});
|