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

14 lines (13 loc) 835 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.create = exports.stop = exports.start = exports.Action = exports.Loading = void 0; var Loading_1 = require("@shopify/app-bridge-core/actions/Loading"); Object.defineProperty(exports, "Loading", { enumerable: true, get: function () { return Loading_1.Loading; } }); var Loading_2 = require("@shopify/app-bridge-core/actions/Loading"); Object.defineProperty(exports, "Action", { enumerable: true, get: function () { return Loading_2.Action; } }); Object.defineProperty(exports, "start", { enumerable: true, get: function () { return Loading_2.start; } }); Object.defineProperty(exports, "stop", { enumerable: true, get: function () { return Loading_2.stop; } }); function create(app) { return new Loading_1.Loading(app); } exports.create = create;