developit / preact-mdl

:boom: A collection of Preact Components that encapsulate Google's Material Design Lite.
MIT License
187 stars 20 forks source link

Fix missing TS props typings #48

Closed cvuorinen closed 6 years ago

cvuorinen commented 7 years ago

Add badge, ripple, active & shadow props to component typings where applicable.

Ripple prop added to components that have ripple=true in js code, other props added to components where they are mentioned in mdl docs.

Fixes #47