CssStyleDeclaration typedef

  1. @Deprecated('Use CSSStyleDeclaration instead.')
CssStyleDeclaration = CSSStyleDeclaration

All usages of this type alias should be updated to the more consistent CSSStyleDeclaration.

Implementation

@Deprecated('Use CSSStyleDeclaration instead.')
typedef CssStyleDeclaration = CSSStyleDeclaration;