UNPKG

@shopify/app-bridge

Version:

[![Build Status](https://travis-ci.com/Shopify/app-bridge.svg?token=RBRyvqQyN525bnfz7J8p&branch=master)](https://travis-ci.com/Shopify/app-bridge) [![codecov](https://codecov.io/gh/Shopify/app-bridge/branch/master/graph/badge.svg?token=nZ21m39Dr6)](https:

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