wavyjs
Version:
Reusable React + TypeScript component and hooks library with Tailwind, Framer Motion, and GSAP.
10 lines • 395 B
TypeScript
interface InteractiveDotGridProps {
dotSize?: number;
dotSpacing?: number;
maxDistance?: number;
animationSpeed?: number;
className?: string;
}
export default function InteractiveDotGrid({ dotSize, dotSpacing, maxDistance, animationSpeed, className, }: InteractiveDotGridProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=DotInteraction.d.ts.map