UNPKG

@shopify/app-bridge-core

Version:

**[Join our team and work on libraries like this one.](https://www.shopify.ca/careers)**

10 lines (7 loc) 283 B
import { Action } from './Button/index.js'; function getSingleButton(action, button, subgroups, updateCb) { action.addChild(button, action.group, subgroups); action.subscribeToChild(button, Action.UPDATE, updateCb); return button.payload; } export { getSingleButton };