crubier / react-graph-vis

A react component to render nice graphs using vis.js
http://crubier.github.io/react-graph-vis/
MIT License
946 stars 170 forks source link

Typescript types #113

Closed notourist closed 2 years ago

notourist commented 3 years ago

I added and polished the types from @ChadJPetersen (https://gist.github.com/ChadJPetersen/2e2587bbd753c6a384c02519183e2031). If you don't want to merge #112, 5bc7e31 needs to be reverted.

This also fixes #80

jsdtaylor commented 3 years ago

@usr14 can you use params?: unknown instead of any?

jbrownson commented 2 years ago

I'm looking at using react-graph-vis in a Typescript project and it would be great to have types, is this just being held up by the change requested by @jsdtaylor?