Migrate old externs 1/x

This commit is contained in:
2026-06-12 04:52:10 +08:00
parent f532ada7c4
commit c98fcfb640
61 changed files with 140 additions and 140 deletions
@@ -6,9 +6,9 @@
var IKey = __import( "System.utils.IKey" );
/** @type {System.utils.DataKey} */
var DataKey = __import( "System.utils.DataKey" );
/** @type {Dandelion.IDOMElement} */
/** @type {function(...?): Dandelion.IDOMElement} */
var IDOMElement = __import( "Dandelion.IDOMElement" );
/** @type {Dandelion} */
/** @type {typeof Dandelion} */
var Dand = __import( "Dandelion" );
/** @type {Components.MessageBox} */
var MessageBox = __import( "Components.MessageBox" );