AstroJS/botanjs/src/externs/Components.MessageBox.js

10 lines
223 B
JavaScript

/** @constructor */
Components.MessageBox = function() {};
/** @type {Function} */
Components.MessageBox.setHandler;
/** @type {Function} */
Components.MessageBox.show;
/** @type {Function} */
Components.MessageBox.close;