frenic / csstype

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

Generate type objects for io-ts #107

Open andrewaylett opened 3 years ago

andrewaylett commented 3 years ago

This allows easy compatibility between objects type checked by io-ts and (for example) React's use of csstype to define typed interfaces.

This implements #106.