MrBlenny / react-flow-chart

🌊 A flexible, stateless, declarative flow chart library for react.
https://mrblenny.github.io/react-flow-chart/index.html
MIT License
1.46k stars 307 forks source link

Making type definitions generic #151

Closed andrewadams32 closed 4 years ago

andrewadams32 commented 4 years ago

Hello,

I thought it would be nice to be able to pass in type parameters for the properties on the various interfaces. I also made a new story that uses the type parameters, but I'm not sure if that was necessary for this kind of feature.

Is this something that you would want in this library?