diff options
-rw-r--r-- | svg.js.d.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/svg.js.d.ts b/svg.js.d.ts index 5b20b92..e5db341 100644 --- a/svg.js.d.ts +++ b/svg.js.d.ts @@ -1241,6 +1241,8 @@ declare module "@svgdotjs/svg.js" { mouseout(cb: Function | null): this;
mouseover(cb: Function | null): this;
mouseup(cb: Function | null): this;
+ mouseenter(cb: Function | null): this;
+ mouseleave(cb: Function | null): this;
move(x: NumberAlias, y: NumberAlias): this;
native(): LinkedHTMLElement;
next(): Element;
|