HtmlElement typedef

  1. @Deprecated('Use HTMLElement instead.')
HtmlElement = HTMLElement

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

Implementation

@Deprecated('Use HTMLElement instead.')
typedef HtmlElement = HTMLElement;