UNPKG

@swingby-protocol/widget

Version:

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

6 lines (5 loc) 203 B
export { createWidget } from './createWidget'; export { getHtml } from './getHtml'; export { getUrl } from './getUrl'; export { openPopup, closePopup } from './popup'; export { Widget } from './Widget';