object StylesContext extends Object with ReactContext[Props]
The styles context. The StylesProvider module exports also exports as a default the StylesProvider.
- Annotations
- @native() @JSImport("@material-ui/styles/StylesProvider", "StylesContext")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StylesContext
- ReactContext
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type ValueType = Props
Convenience = type parameter.
Convenience = type parameter.
- Definition Classes
- ReactContext
Value Members
- val Consumer: ReactJSComponent
Requires function as a childe.
Requires function as a childe.
- Definition Classes
- ReactContext
- val Provider: ReactJSComponent
Props take an object with a single property,
value
, with the context value.Props take an object with a single property,
value
, with the context value.- Definition Classes
- ReactContext
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- def toLocaleString(): String
- Definition Classes
- Object
- def valueOf(): Any
- Definition Classes
- Object