UNPKG

flowtoken-next

Version:

![flow token demo](https://nextjs-omega-five-46.vercel.app/demo.gif)

13 lines (12 loc) 339 B
import React from 'react'; interface SmoothTextProps { content: string; windowSize?: number; delayMultiplier?: number; sep?: string; animation?: string; animationDuration?: string; animationTimingFunction?: string; } declare const SmoothAnimateText: React.FC<SmoothTextProps>; export default SmoothAnimateText;