@shopify/app-bridge-core
Version:
**[Join our team and work on libraries like this one.](https://www.shopify.ca/careers)**
16 lines (13 loc) • 318 B
JavaScript
import { actionWrapper } from '../helper.js';
import { Group } from '../types.js';
var Action;
(function (Action) {
Action["APP"] = "APP::PRINT::APP";
})(Action || (Action = {}));
function app() {
return actionWrapper({
group: Group.Print,
type: Action.APP,
});
}
export { Action, app };