UNPKG

@shopify/app-bridge

Version:

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

6 lines (5 loc) 388 B
import { ChannelMenu, Options } from '@shopify/app-bridge-core/actions/Menu/ChannelMenu'; import { ClientApplication } from '../../../client'; export { Action, Payload, MenuAction, ChannelMenuAction, update, } from '@shopify/app-bridge-core/actions/Menu/ChannelMenu'; export { ChannelMenu, Options }; export declare function create(app: ClientApplication, options: Options): ChannelMenu;