@tsparticles/updater-life
Version:
tsParticles particles life updater
7 lines (6 loc) • 359 B
TypeScript
import { type IOptionLoader, type RecursivePartial, ValueWithRandom } from "@tsparticles/engine";
import type { ILifeDuration } from "../Interfaces/ILifeDuration.js";
export declare class LifeDuration extends ValueWithRandom implements ILifeDuration, IOptionLoader<ILifeDuration> {
sync: boolean;
load(data?: RecursivePartial<ILifeDuration>): void;
}