@shopify/app-bridge
Version:
**[Join our team and work on libraries like this one.](https://www.shopify.ca/careers)**
7 lines (6 loc) • 393 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.app = exports.Action = void 0;
var Print_1 = require("@shopify/app-bridge-core/actions/Print");
Object.defineProperty(exports, "Action", { enumerable: true, get: function () { return Print_1.Action; } });
Object.defineProperty(exports, "app", { enumerable: true, get: function () { return Print_1.app; } });
;