aboutsummaryrefslogtreecommitdiffstats
path: root/svg.js.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'svg.js.d.ts')
-rw-r--r--svg.js.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/svg.js.d.ts b/svg.js.d.ts
index c347d4d..a34354e 100644
--- a/svg.js.d.ts
+++ b/svg.js.d.ts
@@ -1094,6 +1094,7 @@ declare module "@svgdotjs/svg.js" {
polygon(points?: PointArrayAlias): Polygon;
polyline(points?: PointArrayAlias): Polyline;
rect(width?: number, height?: number): Rect;
+ style(): Style;
text(block: (tspan: Tspan) => void): Text;
text(text: string): Text;
ungroup(parent: Dom, depth?: number): this;