DomParfitt / graphviz-react

React component for displaying Graphviz graphs
MIT License
101 stars 21 forks source link

Add missing package type definition #48

Closed cyberixae closed 1 year ago

cyberixae commented 2 years ago

This PR adds the missing package type definition. It makes it possible to import the package without having to transpile the code before import. See issue #47 for problem description.