nitin42 / terminal-in-react

👨‍💻 A component that renders a terminal
http://terminal-in-react.surge.sh/
MIT License
2.12k stars 151 forks source link

Typescript definitions #68

Open pierreTklein opened 5 years ago

pierreTklein commented 5 years ago

Hi! I was hoping to use this for my typescript project, but I saw that you don't have a types definition ( npm install @types/terminal-in-react ). It would be awesome if you did!

Thanks.

rafhofman commented 5 years ago

It was noted that added typescript types are misconfigured with JS definition - description instead of descriptions. Creating fix + pull request.

jboittiaux commented 5 years ago

Is it possible to deploy the version with description type fix on npmjs ? The 4.3.1 fail to compile without it :'(

andrew-secret commented 4 years ago

@RafalBDS can you release a new version to get the current typescript definitions? 👍

Thx ✌️