muicss/mui

Typescript Declaration

Open

#186 opened on Dec 11, 2016

View on GitHub
 (9 comments) (0 reactions) (0 assignees)JavaScript (4,524 stars) (441 forks)batch import
enhancementhelp wantedpriority: high

Description

We are migrating from .jsx to .tsx in a current project that uses MUI.

Could not find a declaration file for module 'muicss/lib/react/button'. '/go/src/github.com/cescoferraro/spotify/node_modules/muicss/lib/react/button.js' implicitly has an 'any' type.

Is mui typescript ready? Are there any type? I could not find it

$ npm install --save @types/muicss
npm ERR! Linux 3.19.0-32-generic
npm ERR! argv "/home/cescoferraro/.nvm/versions/node/v6.6.0/bin/node" "/home/cescoferraro/.nvm/versions/node/v6.6.0/bin/npm" "install" "--save" "@types/muicss"
npm ERR! node v6.6.0
npm ERR! npm  v3.10.8
npm ERR! code E404

npm ERR! 404 Registry returned 404 for GET on https://registry.npmjs.org/@types%2fmuicss
npm ERR! 404 
npm ERR! 404  '@types/muicss' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)

Contributor guide