UNPKG

@shopify/app-bridge

Version:

> **Maintenance Mode:** Although apps using this package will continue to function, it is no longer receiving updates. For new projects, please use the [CDN version of App Bridge](https://shopify.dev/docs/api/app-home?accordionItem=getting-started-build-y

17 lines (16 loc) 828 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.create = exports.Share = exports.close = exports.show = exports.Action = void 0; var Share_1 = require("@shopify/app-bridge-core/actions/Share"); Object.defineProperty(exports, "Share", { enumerable: true, get: function () { return Share_1.Share; } }); var Share_2 = require("@shopify/app-bridge-core/actions/Share"); Object.defineProperty(exports, "Action", { enumerable: true, get: function () { return Share_2.Action; } }); Object.defineProperty(exports, "show", { enumerable: true, get: function () { return Share_2.show; } }); Object.defineProperty(exports, "close", { enumerable: true, get: function () { return Share_2.close; } }); /** * @public */ function create(app) { return new Share_1.Share(app); } exports.create = create;