react-native-css-module
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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"
    ]
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i react-native-css-module

Weekly Downloads

3

Version

1.0.0

License

MIT

Unpacked Size

1.16 kB

Total Files

4

Last publish

Collaborators

  • thanhtunguet