tameemsafi / typewriterjs

A simple yet powerful native javascript plugin for a cool typewriter effect.
https://www.npmjs.com/package/typewriter-effect
MIT License
2.46k stars 220 forks source link

Add component prop to types #142

Open andrenarchy opened 2 years ago

andrenarchy commented 2 years ago

I am using the react component with component='span' but Typescript complains because the prop is missing. After adding this one line it works like a charm.