diff --git a/src/types.ts b/src/types.ts index 27cdb2a6..a33cce40 100644 --- a/src/types.ts +++ b/src/types.ts @@ -350,9 +350,9 @@ export interface KaboomCtx { * outline(4), * area(), * ]) + * ``` * * @group Components - * ``` */ polygon(pts: Vec2[], opt?: PolygonCompOpt): PolygonComp; /**