UNPKG

@swingby-protocol/widget

Version:

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

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