buttons / react-github-btn

:octocat: Unofficial github:button component for React.js
https://buttons.github.io
BSD 2-Clause "Simplified" License
62 stars 8 forks source link

Add typescript support #24

Closed avivm closed 2 years ago

avivm commented 2 years ago

Hi, First of all thanks for a great library! It will be great to add types for typescript support. Thanks!

ntkme commented 2 years ago

This library already ships its own typescript definition. Not sure what else you need.

https://github.com/ntkme/react-github-btn/blob/main/index.d.ts

avivm commented 2 years ago

Missed it somehow. My bad. Thanks!