UNPKG

@pollum-io/pegasys-components

Version:

Components for Pegays Protocol, the leading AMM on Syscoin NEVM.

8 lines (7 loc) 267 B
import { Currency, Pair } from '@pollum-io/pegasys-sdk'; import { TextInputProps } from '../TextInput/types'; export declare type CurrencyInputProps = TextInputProps & { currency?: Currency | null; pair?: Pair | null; onTokenClick?: () => void; };