UNPKG

xlibs-components

Version:

Modern React component library with Aceternity, MagicUI, and ShadCN components for building beautiful web applications

8 lines 337 B
import { MotionValue } from "framer-motion"; export declare const GoogleGeminiEffect: ({ pathLengths, title, description, className, }: { pathLengths: MotionValue[]; title?: string; description?: string; className?: string; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=google-gemini-effect.d.ts.map