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

6 lines (5 loc) 324 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getSingleButton = void 0; var buttonHelper_1 = require("@shopify/app-bridge-core/actions/buttonHelper"); Object.defineProperty(exports, "getSingleButton", { enumerable: true, get: function () { return buttonHelper_1.getSingleButton; } });