@shopify/app-bridge-host
Version:
App Bridge Host contains components and middleware to be consumed by the app's host, as well as the host itself. The middleware and `Frame` component are responsible for facilitating communication between the client and host, and used to act on actions se
13 lines (12 loc) • 584 B
TypeScript
export { withApp, WithAppProps } from './decorator';
export * from './types';
export * from './actions';
export * from './hooks';
export { default as Frame } from './Frame';
export { fromFrame, fromWindow } from '@shopify/app-bridge-core/MessageTransport';
export { buildMiddleware } from './Middleware';
export { appBridgeMiddlewareProptype } from './PropTypes';
export { Provider } from './Provider';
export { createStore } from './store';
export { default as HostProvider, HostContext, RouterContext } from './HostProvider';
export { default as withFeature } from './withFeature';