UNPKG

@tsparticles/updater-orbit

Version:

tsParticles particles orbit updater

6 lines (5 loc) 242 B
import { type IValueWithRandom, type RecursivePartial, ValueWithRandom } from "@tsparticles/engine"; export declare class OrbitRotation extends ValueWithRandom { constructor(); load(data?: RecursivePartial<IValueWithRandom>): void; }