import type { IShapeValues, RangeValue } from "tsparticles-engine"; export interface ICircleShapeData extends IShapeValues { angle: RangeValue; }