UNPKG

@swishapp/browser

Version:

JS library to integrate Swish into a browser environment.

6 lines (5 loc) 257 B
export type { SwishApp } from "./swish"; export type { ShopBridge } from "./utils/shop-bridge"; export type * from "@swishapp/api-client"; export type * from "./storefront-api"; export type { SwishUiElement, Notifications, Notification } from "./swish-ui";