UNPKG

@tsparticles/updater-life

Version:

tsParticles particles life updater

5 lines (4 loc) 140 B
import type { IValueWithRandom } from "@tsparticles/engine"; export interface ILifeDuration extends IValueWithRandom { sync: boolean; }