UNPKG

@trilitech-umami/umami-embed

Version:

[WIP - not ready for production use] A simple embeddable Umami wallet

3 lines (2 loc) 240 B
import { Network } from "./types"; export declare const getIframeUrl: (useLocalEmbedIframe: boolean, network: Network) => "https://umami-embed-iframe.vercel.app" | "https://umami-embed-iframe-ghostnet.vercel.app" | "http://localhost:5173";