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

10 lines (9 loc) 206 B
import type { ClientApplication } from '../client'; /** * @internal */ export declare const serverAppBridge: ClientApplication; /** * @internal */ export declare const mockAppBridge: ClientApplication;