lml-main
Version:
This is now a mono repository published into many standalone packages.
6 lines • 308 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const cosmoui_1 = require("cosmoui");
const constants_1 = require("../constants");
exports.showCourierDetails = (refId) => cosmoui_1.openDrawer(constants_1.COURIER_DETAILS_DRAWER_KEY, { refId });
//# sourceMappingURL=details.js.map