UNPKG

lml-main

Version:

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

6 lines 300 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const cosmoui_1 = require("cosmoui"); const constants_1 = require("../constants"); exports.showJobDetails = (refId) => cosmoui_1.openDrawer(constants_1.JOB_DETAILS_DRAWER_KEY, { refId }); //# sourceMappingURL=details.js.map