UNPKG

@shopify/app-bridge-core

Version:

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

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