This code is needed for setting variables from style prop > declare module 'csstype' { > interface Properties { > // Should add generic support for any CSS variables > [index: \`--\${string}\`]: any; > } > }
This code is needed for setting variables from style prop