microsoft / dts-gen

dts-gen creates starter TypeScript definition files for any module or library.
MIT License
2.43k stars 102 forks source link

basic type induction? #17

Open huashiyiqike opened 7 years ago

huashiyiqike commented 7 years ago

Automatic type induction is available in typescript. Is there a plan to support a subset rules such as string, number, and especially, React.component. e.g. I have to addextends React.Component<any,any> manually to make VScode not complain about the react component class used as .