I\'ve run in some problems add Material UI to my React project, which is programmed with Typescript.
According to the tutorial, I start with adding the react-tab-event-p
Types are now bundled directly with Material-ui so there is no need to install @types/material-ui package
.
Instead you can just install the @material-ui/core
package as normal and it should work.
See the official Material-UI + Typescript example with create react app here: https://github.com/mui-org/material-ui/tree/master/examples/create-react-app-with-typescript