bjgrosse / react-resize-panel

Simple React resize panel component
MIT License
139 stars 55 forks source link

Migration to TypeScript #19

Closed Kingwl closed 3 years ago

Kingwl commented 3 years ago

Maintaining d.ts is a painful thing. But if we use TypeScript for development, we can directly generate them.

eg: https://github.com/vuejs/vue/pull/12001