👷♂️ Patch fixes
- Adds missing element classes and types to the export in "index.js", so that they are easier to import. The missing elements was
HTMLAnchorElement
,HTMLButtonElement
,HTMLOptGroupElement
,HTMLOptionElement
,HTMLUnknownElement
andHTMLSelectElement
. (#1227) - Adds non-implemented element classes to the export in "index.js" by exporting
HTMLElement
as the non-implemented class name. (#1227)