@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
8 lines (7 loc) • 606 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.fullPageLoad = exports.skeletonPageLoad = exports.Action = void 0;
var Performance_1 = require("@shopify/app-bridge-core/actions/Performance");
Object.defineProperty(exports, "Action", { enumerable: true, get: function () { return Performance_1.Action; } });
Object.defineProperty(exports, "skeletonPageLoad", { enumerable: true, get: function () { return Performance_1.skeletonPageLoad; } });
Object.defineProperty(exports, "fullPageLoad", { enumerable: true, get: function () { return Performance_1.fullPageLoad; } });