import type { IShapeValues, RangeValue } from "@tsparticles/engine"; export interface IMatrixOptions extends IShapeValues { interval?: RangeValue; }