I have a .tsx file in which I am trying to import a RaisedButton component from material-ui like so:
import * as RaisedButton from 'material-ui/lib/raised-button'
However, that gives me the error described in the title, any ideas what I might be doing wrong?