UNPKG

@swingby-protocol/widget

Version:

Small util to load Swingby's swap widget in your app.

7 lines (6 loc) 211 B
import type { Widget } from './Widget'; export declare const closePopup: () => void; export declare const openPopup: ({ widget, zIndex }: { widget: Widget; zIndex?: number | undefined; }) => void;