@tsparticles/interaction-particles-links
Version:
tsParticles links particles interaction
10 lines (9 loc) • 390 B
TypeScript
import { type IOptionLoader, OptionsColor, type RecursivePartial } from "@tsparticles/engine";
import type { ILinksShadow } from "../Interfaces/ILinksShadow.js";
export declare class LinksShadow implements ILinksShadow, IOptionLoader<ILinksShadow> {
blur: number;
color: OptionsColor;
enable: boolean;
constructor();
load(data?: RecursivePartial<ILinksShadow>): void;
}