Migrate old externs 5/x

This commit is contained in:
2026-06-15 07:12:40 +08:00
parent 4f2131e317
commit a912d45b9a
24 changed files with 153 additions and 86 deletions
@@ -1,7 +1,9 @@
/** @constructor
* @extends {EventDispatcher}
* @param {Element} stage
* @param {boolean} detectScreenSize
*/
Components.Vim.VimArea = function(){};
Components.Vim.VimArea = function(stage, detectScreenSize){};
/** @type {Components.Vim.LineFeeder} */
Components.Vim.VimArea.contentFeeder;