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) 191 B
/// <reference types="react" /> declare type Props = { title?: string; description?: string; }; export declare const Head: ({ title, description, }: Props) => JSX.Element; export {};