Skip to content

Commit

Permalink
fix: added missed ShapeGroup static method (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
L2jLiga authored and dbanksdesign committed Sep 4, 2019
1 parent e360bb8 commit 80c9e29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion models/ShapeGroup/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ declare class ShapeGroup extends Layer {

static Oval(args: any): ShapeGroup;

static ShapePath(args: any): ShapeGroup;

_class: 'shapeGroup';
layerListExpandedType: number;
clippingMaskMode: number;
hasClippingMask: boolean;
windingRule: number;

constructor(args?: any, json?: any);
}
}

export = ShapeGroup;

0 comments on commit 80c9e29

Please sign in to comment.