UNPKG

lightswind

Version:

A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ professional and animated react components.

12 lines 408 B
export interface InfiniteWebGLScrollProps { images?: string[]; imageWidth?: number; imageHeight?: number; gap?: number; inertia?: number; bulgeStrength?: number; bulgeRadius?: number; className?: string; } export default function InfiniteWebGLScroll(props: InfiniteWebGLScrollProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=infinite-webgl-scroll.d.ts.map