tplus-api
Version:
tplus api invoke
22 lines (19 loc) • 591 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var UIConfirm = /** @class */function () {
function UIConfirm() {}
UIConfirm.registerImpl = function (showConfirm) {
if (typeof showConfirm === 'function') {
UIConfirm.showConfirm = showConfirm;
}
};
UIConfirm.show = function (message, postEvent) {
UIConfirm.showConfirm && UIConfirm.showConfirm(message, postEvent);
};
return UIConfirm;
}();
exports.default = UIConfirm;
//# sourceMappingURL=UIConfirm.js.map
//# sourceMappingURL=UIConfirm.js.map