UNPKG

@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.

8 lines 246 B
import React from "react"; interface ImageTrailProps { items?: string[]; variant?: number; } export default function ImageTrail({ items, variant, }: ImageTrailProps): React.ReactElement; export {}; //# sourceMappingURL=ImageTrail.d.ts.map