Migrate old externs 4/x

This commit is contained in:
2026-06-15 05:38:17 +08:00
parent 7cdcd3b681
commit 4f2131e317
21 changed files with 199 additions and 96 deletions
+15
View File
@@ -0,0 +1,15 @@
/** @constructor */
Dandelion.Window = function() {};
/** @type {number} */
Dandelion.Window.prototype.scrollTop;
/** @type {number} */
Dandelion.Window.prototype.scrollLeft;
/** @type {number} */
Dandelion.Window.prototype.scrollWidth;
/** @type {number} */
Dandelion.Window.prototype.scrollHeight;
/** @type {number} */
Dandelion.Window.prototype.clientWidth;
/** @type {number} */
Dandelion.Window.prototype.clientHeight;