UNPKG

@shopify/app-bridge

Version:

> **Maintenance Mode:** Although apps using this package will continue to function, it is no longer receiving updates. For new projects, please use the [CDN version of App Bridge](https://shopify.dev/docs/api/app-home?accordionItem=getting-started-build-y

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;