@appletosolutions/reactbits
Version:
A comprehensive collection of beautiful, performant React animation components including bounce effects, click sparks, star borders, scroll-triggered animations, and fade transitions.
12 lines • 330 B
TypeScript
import React from "react";
interface GridDistortionProps {
grid?: number;
mouse?: number;
strength?: number;
relaxation?: number;
imageSrc: string;
className?: string;
}
declare const GridDistortion: React.FC<GridDistortionProps>;
export default GridDistortion;
//# sourceMappingURL=GridDistortion.d.ts.map