tsparticles
Version:
Porting of the abandoned Vincent Garreau's particles.js, converted in TypeScript. Added many new cool features and various bug fixes.
8 lines (7 loc) • 348 B
TypeScript
import type { IGrabLineLinked } from "../../../../Interfaces/Options/Interactivity/Modes/IGrabLineLinked";
import type { RecursivePartial } from "../../../../Types/RecursivePartial";
export declare class GrabLineLinked implements IGrabLineLinked {
opacity: number;
constructor();
load(data?: RecursivePartial<IGrabLineLinked>): void;
}