import type { RangeValue } from "@tsparticles/engine"; export interface IRollLight { enable: boolean; value: RangeValue; }