frenic / csstype

Strict TypeScript and Flow types for style based on MDN data
MIT License
1.7k stars 69 forks source link

Add missing `extends CSS.Properties` to docs #155

Closed desko27 closed 2 years ago

desko27 commented 2 years ago

In case anyone is interested: this is not needed, see declaration merging feature from TypeScript. I originally created this PR because of some strange behavior I experienced in some TS project. Not sure what happened back then, but I never experienced it again, so the docs are perfectly fine.