UNPKG

lml-main

Version:

This is now a mono repository published into many standalone packages.

6 lines 315 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const cosmoui_1 = require("cosmoui"); const constants_1 = require("../constants"); exports.showReturnToDepotModal = (jobRefId) => cosmoui_1.openModal(constants_1.RETURN_TO_DEPOT_MODAL_KEY, { jobRefId }); //# sourceMappingURL=modals.js.map