UNPKG

projectstarboy_ox_lib

Version:
8 lines 396 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.closeAlertDialog = exports.alertDialog = void 0; const alertDialog = async (data) => await exports.ox_lib.alertDialog(data); exports.alertDialog = alertDialog; const closeAlertDialog = () => exports.ox_lib.closeAlertDialog(); exports.closeAlertDialog = closeAlertDialog; //# sourceMappingURL=alert.js.map