UNPKG

@communityox/ox_lib

Version:

JS/TS wrapper for ox_lib exports

3 lines (2 loc) 186 B
export const alertDialog = async (data, timeout) => await exports.ox_lib.alertDialog(data, timeout); export const closeAlertDialog = (reason) => exports.ox_lib.closeAlertDialog(reason);