UNPKG

@tsparticles/updater-life

Version:

tsParticles particles life updater

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