forked from Botanical/BotanJS
7 lines
255 B
JavaScript
7 lines
255 B
JavaScript
|
/** @constructor */
|
||
|
Astro.Blog.AstroEdit.SmartInput.ICandidateAction = function(){};
|
||
|
/** @type {function} */
|
||
|
Astro.Blog.AstroEdit.SmartInput.ICandidateAction.GetCandidates;
|
||
|
/** @type {function} */
|
||
|
Astro.Blog.AstroEdit.SmartInput.ICandidateAction.Process;
|