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

8 lines (7 loc) 218 B
import { ReactElement } from 'react'; declare const SpiritPopover: ({ btnStyle, btn, content, }: { btnStyle?: any; btn: ReactElement; content: ReactElement; }) => JSX.Element; export default SpiritPopover;