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) 863 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.create = exports.replace = exports.push = exports.Action = exports.History = void 0; var History_1 = require("@shopify/app-bridge-core/actions/Navigation/History"); Object.defineProperty(exports, "History", { enumerable: true, get: function () { return History_1.History; } }); var History_2 = require("@shopify/app-bridge-core/actions/Navigation/History"); Object.defineProperty(exports, "Action", { enumerable: true, get: function () { return History_2.Action; } }); Object.defineProperty(exports, "push", { enumerable: true, get: function () { return History_2.push; } }); Object.defineProperty(exports, "replace", { enumerable: true, get: function () { return History_2.replace; } }); function create(app) { return new History_1.History(app); } exports.create = create;