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)**

7 lines (6 loc) 188 B
import { MetaAction } from '../types'; export declare enum Action { APP = "APP::PRINT::APP" } export declare type PrintAction = MetaAction; export declare function app(): PrintAction;