UNPKG

@swingby-protocol/widget

Version:

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

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