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).

10 lines (9 loc) 300 B
/// <reference types="react" /> interface ISwapCardFooter { usdPrices: any; priceImpact: any; gasPrice: any; showUsdPrices?: boolean; } declare const SwapCardFooter: ({ usdPrices, priceImpact, gasPrice, showUsdPrices }: ISwapCardFooter) => JSX.Element; export default SwapCardFooter;