justin-chu / react-fast-marquee

A lightweight React component that harnesses the power of CSS animations to create silky smooth marquees.
https://react-fast-marquee.com
MIT License
1.2k stars 97 forks source link

feat: exporting type #105

Closed zougari47 closed 3 months ago

zougari47 commented 4 months ago

I was working on a reusable component with Marquee and I had to make props of Marquee Also for this component plus other props. Unfortunately, Marquee hasn't exported the type which makes me hard-code it (repeat it). Also, I think it will solve #77

Desired outcome

import Marquee, {type MarqueeProps} from "react-fast-marquee";
zougari47 commented 3 months ago

👀