mattiamanzati / typings-material-ui

Typings from callemall/material-ui project as NPM Module
MIT License
3 stars 2 forks source link

Simplify Prop interfaces #5

Closed alitaheri closed 8 years ago

alitaheri commented 8 years ago

Since Typescript 1.8 extending React.Props<C> is not needed. We might as well simplify our type definitions as well :grin:

mattiamanzati commented 8 years ago

Done & Done!