nathancahill / split

Unopinionated utilities for resizeable split views
https://split.js.org/
MIT License
6.15k stars 450 forks source link

ensure typescript support to react-split-grid on import #673

Closed thegoleffect closed 3 years ago

thegoleffect commented 3 years ago

index.d.ts is currently not packaged in the npm module and so this pull request ensures that both the file and explicit package.json reference to the type declaration is included in future npm publish builds.

thegoleffect commented 3 years ago

fixes #572

thegoleffect commented 3 years ago

FYI: This PR adds the declaration file but it appears the declaration file is incomplete.