UNPKG

@tsparticles/shape-circle

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