Migrate old externs 9/x

This commit is contained in:
2026-06-17 20:48:46 +08:00
parent 00fe7ca3bb
commit 01d4eb09a6
66 changed files with 708 additions and 420 deletions
@@ -25,5 +25,7 @@ Dandelion.IDOMElement.prototype.contains = function() {};
Dandelion.IDOMElement.prototype.aKeys = function() {};
/** @type {HTMLElement} */
Dandelion.IDOMElement.prototype.element;
/** @type {CSSStyleDeclaration} */
Dandelion.IDOMElement.prototype.style;
/** @type {function(): void} */
Dandelion.IDOMElement.prototype.reverseChild = function() {};