UNPKG

material-ui-cordova

Version:

React components that implement Google's Material Design.

8 lines (5 loc) 195 B
import { Theme } from './createMuiTheme'; declare const withTheme: <P = {}>() => ( component: React.ComponentType<P & { theme: Theme }> ) => React.ComponentClass<P>; export default withTheme