UNPKG

@swingby-protocol/widget

Version:

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

5 lines (4 loc) 139 B
import type { Widget } from './Widget'; export declare const getUrl: ({ widget: { __sswi__url } }: { widget: Widget; }) => string;