npm install csstype
import type * as CSS from 'csstype'; const style: CSS.Properties = { colour: 'white', // Type error on property textAlign: 'middle', // Type error on value };
References
https://www.npmjs.com/package/csstype
npm install csstype
import type * as CSS from 'csstype'; const style: CSS.Properties = { colour: 'white', // Type error on property textAlign: 'middle', // Type error on value };
References
https://www.npmjs.com/package/csstype