Interface | Description |
---|---|
CssRule |
An object implementing the
CSSRule ReactDOM interface represents a single CSS rule. |
CssStyleDeclaration |
CSSStyleDeclaration represents a collection of CSS property-value pairs
|
CssStyleSheet |
An object implementing the CSSStyleSheet interface represents a single CSS style sheet.
|
CssValue |
The CSSValue interface represents a simple or a complex value.
|
MediaList |
The MediaList interface provides the abstraction of an ordered collection of media, without defining or
constraining how this collection is implemented.
|
StyleSheet |
An object implementing the StyleSheet interface represents a single style sheet.
|
Class | Description |
---|---|
CssRuleList |
A
CSSRuleList is an array-like object containing an ordered collection of CssRule
objects |