UNPKG

@0xsequence/connect

Version:
14 lines 536 B
interface CryptoOptionProps { currencyName: string; chainId: number; iconUrl?: string; symbol: string; price: string; onClick: () => void; isSelected: boolean; disabled: boolean; showInsufficientFundsWarning?: boolean | undefined; } export declare const CryptoOption: ({ currencyName, chainId, iconUrl, symbol, price, onClick, isSelected, showInsufficientFundsWarning, disabled }: CryptoOptionProps) => import("react/jsx-runtime.js").JSX.Element; export {}; //# sourceMappingURL=CryptoOption.d.ts.map