Is it possible to do something like this?
import styles from './styles.module.scss'
styles['somedynamicindex']
Getting this error
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type 'IIconModuleScss'.
No index signature with a parameter of type 'string' was found on type 'IIconModuleScss'.
Is it possible to do something like this?
Getting this error