UNPKG

@tsparticles/interaction-particles-links

Version:

tsParticles links particles interaction

7 lines (6 loc) 166 B
import type { IOptionsColor } from "@tsparticles/engine"; export interface ILinksShadow { blur: number; color: string | IOptionsColor; enable: boolean; }