stephane-monnot / react-vertical-timeline

Vertical timeline for React.js
https://stephane-monnot.github.io/react-vertical-timeline/
MIT License
1.07k stars 158 forks source link

[REQUEST] Add types definition #15

Closed dacevedo12 closed 6 years ago

dacevedo12 commented 6 years ago

any plans on supporting typescript?

someone made an implementation but it's not actively mantained (currently stuck on 2.0.5) https://github.com/simonefonda/react-vertical-timeline-types/blob/master/index.d.ts

stephane-monnot commented 6 years ago

I don't have time this month, but I will check it later. If you want to contribute, you are welcome. :)

stephane-monnot commented 6 years ago

I have created a PR : https://github.com/DefinitelyTyped/DefinitelyTyped/pull/28367 After review by DefinitelyTyped package maintainer, you will be able to install by :

npm install @types/react-vertical-timeline-component
stephane-monnot commented 6 years ago

It has been merged.