[material-ui] Add boolean for muiTheme.userAgent

It turns out that `muiTheme.userAgent` supports booleans as well. This is used when you want to disable the autoprefixer functionality: ccf712c573/src/utils/autoprefixer.js (L20)
This commit is contained in:
Stefan Dobrev
2016-11-01 15:25:15 +02:00
parent 34f6ecfb32
commit 5b3fcc4f7d

View File

@@ -141,7 +141,7 @@ declare namespace __MaterialUI {
fontFamily?: string;
palette?: ThemePalette;
isRtl?: boolean;
userAgent?: string;
userAgent?: string | boolean;
zIndex?: zIndex;
baseTheme?: RawTheme;
rawTheme?: RawTheme;