@swishapp/browser
Version:
JS library to integrate Swish into a browser environment.
8 lines (7 loc) • 339 B
TypeScript
export type { SwishApp } from "./swish";
export type { EventName } from "./events/types";
export type { ShopBridge } from "./utils/shop-bridge";
export type * from "@swishapp/api-client";
export type * from "./storefront-api";
export type * from "./ajax-api";
export type { SwishUiElement, Notifications, Notification } from "./swish-ui";