UNPKG

@thespidercode/openbook-swap

Version:
7 lines (6 loc) 195 B
import { Option } from "./option"; import React from "react"; export declare function SearchPairButton(props: { currentOption: Option | null; onClick?: () => void; }): React.JSX.Element;