@0xsequence/connect
Version:
Connect package for Sequence Web SDK
14 lines • 536 B
TypeScript
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