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
@@ -0,0 +1,8 @@
/**
* @constructor
* @implements {Astro.Blog.AstroEdit.IPlugin}
* @param {string} id
* @param {string} target
* @param {!_AstConf_.AstroEditFlags} flagConf
*/
Astro.Blog.AstroEdit.Flag = function(id, target, flagConf) {};