import type { IOptionsColor } from "@tsparticles/engine"; export interface ILinksShadow { blur: number; color: string | IOptionsColor; enable: boolean; }