UNPKG

wavyjs

Version:

Reusable React + TypeScript component and hooks library with Tailwind, Framer Motion, and GSAP.

13 lines 409 B
import { default as React } from 'react'; export interface NameScrollerProps { title?: string; shadowSize?: "sm" | "md" | "lg" | "xl" | "2xl"; shadowColor?: string; textColor?: string; numberOfRows?: number; baseDuration?: number; className?: string; } declare const NameScroller: React.FC<NameScrollerProps>; export default NameScroller; //# sourceMappingURL=NameScroller.d.ts.map