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

3 lines (2 loc) 174 B
export declare const formatTokenBalance: (balance?: string | undefined, decimals?: string) => string | null; export declare const formatCurrency: (number: number) => string;