UNPKG

@shopify/app-bridge

Version:

**Shopify is doubling our engineering staff in 2021! [Join our team and work on libraries like this one.](https://smrtr.io/5GGrc)**

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