react-native-css-module
v1.0.0
Published
CSS module type declaration for React Native
Downloads
12
Readme
react-native-css-module
Type declaration for CSS/SASS/SCSS module in React Native, to use with react-native-sass-transformer
yarn add -D thanhtunguet/react-native-css-module
Usage
Add to tsconfig.json
:
{
"compilerOptions": {
"types": [
"react-native-css-module"
]
}
}