UNPKG

@shopify/app-bridge

Version:

[![Build Status](https://travis-ci.com/Shopify/app-bridge.svg?token=RBRyvqQyN525bnfz7J8p&branch=master)](https://travis-ci.com/Shopify/app-bridge) [![codecov](https://codecov.io/gh/Shopify/app-bridge/branch/master/graph/badge.svg?token=nZ21m39Dr6)](https:

12 lines (11 loc) 368 B
/** * @module host */ export { withApp, WithAppProps } from './decorator'; export * from './types'; export * from './actions'; export { Frame } from './Frame'; export { fromFrame, fromWindow } from './MessageTransport'; export { buildMiddleware } from './Middleware'; export { appBridgeMiddlewareProptype } from './PropTypes'; export { Provider } from './Provider';