UNPKG
material-ui-cordova
Version:
latest (1.0.0-beta.22)
1.0.0-beta.22
React components that implement Google's Material Design.
material-ui.com
mui-org/material-ui
material-ui-cordova
/
styles
/
withTheme.d.ts
8 lines
(5 loc)
•
195 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Theme
}
from
'./createMuiTheme'
;
declare
const
withTheme
: <P = {}>
() =>
(
component
:
React
.
ComponentType
<P & { theme: Theme }>
) =>
React
.
ComponentClass
<P>;
export
default
withTheme