UNPKG

@start-base/start-ui

Version:

<p align="center"> <a href="https://startbase.dev" target="_blank"> <img src="https://startbase.dev/apple-touch-icon.png" width="60px" style="padding-top: 60px" /> </a> </p>

12 lines (8 loc) 254 B
import React from 'react'; interface WordAnimationProps { text: string; className?: string; wordClassName?: string; } declare const WordAnimation: React.FC<WordAnimationProps>; export { type WordAnimationProps, WordAnimation as default };