UNPKG

@tsparticles/shape-polygon

Version:
5 lines (4 loc) 148 B
import type { IShapeValues, RangeValue } from "@tsparticles/engine"; export interface IPolygonShape extends IShapeValues { sides: RangeValue; }