UNPKG

@yoroi/swap

Version:
9 lines (7 loc) 244 B
/** * Flowtype definitions for getDexUrlByProtocol * Generated by Flowgen from a Typescript Definition * Flowgen v1.21.0 */ import { Swap } from "@yoroi/types"; declare export function getDexUrlByProtocol(protocol: Swap.Protocol): string;