UNPKG

@shopify/app-bridge-core

Version:

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

4 lines (3 loc) 261 B
import { Button, Payload } from './Button'; import type { ActionSetWithChildren } from './ActionSet'; export declare function getSingleButton(action: ActionSetWithChildren, button: Button, subgroups: string[], updateCb: (newPayload: Payload) => void): Payload;