frenic / csstype

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

ColorProperty #109

Closed samuelcastro closed 3 years ago

samuelcastro commented 3 years ago

I don't know why but recently I started to get this issue: /node_modules/csstype/index"' has no exported member 'ColorProperty'., it was working fine a few days ago.

Any idea?

frenic commented 3 years ago

Which library do you have that uses CSSType? ColorProperty exists in v2 but in v3 it's Property.Color. So apparently you managed to get v3 but somewhere it expects v2.