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

7 lines (6 loc) 206 B
/// <reference types="react" /> declare const SpiritLoader: ({ size, className }: { size: 'small' | 'medium' | 'big'; className?: string | undefined; }) => JSX.Element; export default SpiritLoader;