UNPKG

@swingby-protocol/widget

Version:

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

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