UNPKG

@yak-spirit/yak-swap-ui

Version:

A reusable React component for swapping with Yield Yak Router. The YY Router can be found [here](https://github.com/yieldyak/yak-aggregator).

4 lines (3 loc) 151 B
/// <reference types="react" /> import { SwapProps } from '../../../types/props.js'; export declare const SwapCard: (props: SwapProps) => JSX.Element;