UNPKG

eros-sdk-react

Version:

eros sdk

222 lines (160 loc) 12.1 kB
import * as react_jsx_runtime from 'react/jsx-runtime'; import React__default, { CSSProperties } from 'react'; import { v as IconProps$1 } from './types-BrVeC0c8.js'; declare function BackIcon({ color, size, className, style }: { color?: string; size?: number; style?: CSSProperties; className?: string; }): react_jsx_runtime.JSX.Element; declare function CloseIcon({ color, size, style }: { color?: string; size?: number; style?: CSSProperties; }): react_jsx_runtime.JSX.Element; declare function XIcon({ size }: { size?: number; }): react_jsx_runtime.JSX.Element; declare function GoogleIcon({ size }: { size?: number; }): react_jsx_runtime.JSX.Element; declare function WalletIcon({ size, }: { size?: number; }): react_jsx_runtime.JSX.Element; declare function TelegramIcon({ size, }: { size?: number; }): react_jsx_runtime.JSX.Element; declare function EmailIcon({ size, }: { size?: number; }): react_jsx_runtime.JSX.Element; declare function ArrowRightIcon({ color, size, className, style }: IconProps$1): react_jsx_runtime.JSX.Element; declare function CloseRoundIcon({ size, ...props }: IconProps$1): react_jsx_runtime.JSX.Element; interface LoadingIconProps { size?: number; className?: string; color?: string; rotate?: boolean; } declare const LoadingIcon: React__default.FC<LoadingIconProps>; declare function EmailLineIcon({ size, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element; declare const UnLoginIcon: React__default.FC<IconProps$1>; declare const LoginIcon: React__default.FC<IconProps$1>; declare function CheckRoundIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element; declare function PasswordRoundIcon(): react_jsx_runtime.JSX.Element; type IconProps = { color?: string, height?: string|number, width?: string|number, className?: string size?: number onClick?: ()=>void } type IconSizeColorProps = Omit<IconProps, 'height' |'width'> type IconSizeProps = Omit<IconProps, 'color'|'height'|'width'> type IconHWColorProps = Omit<IconProps, 'size'> declare function CloseEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element; declare function OpenEyeIcon({ size, color }: IconSizeColorProps): react_jsx_runtime.JSX.Element; declare function DeleteRoundIcon({ height, width, color, ...props }: IconProps$1): react_jsx_runtime.JSX.Element; declare function FacebookIcon({ size }: { size?: number | string; }): react_jsx_runtime.JSX.Element; declare function ArrowLeftIcon({ color, width, height, ...props }: IconProps$1): react_jsx_runtime.JSX.Element; declare function GithubIcon({ size }: { size?: number | string; }): react_jsx_runtime.JSX.Element; declare function DiscordIcon({ size }: { size?: number | string; }): react_jsx_runtime.JSX.Element; declare function CheckIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element; declare function CopyIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element; declare function LinkedinIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element; declare function YoutubeIcon({ size, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element; declare function BTCDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function BTCLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function EVMDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function EVMLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function SOLDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function SOLLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function TRXDarkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function TRXLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function ArrowDownIcon({ width, height, color, ...props }: IconProps): react_jsx_runtime.JSX.Element; declare function LeatherIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function UnisatIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function XverseIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function TronLinkIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function OKXIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function BitgetIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function TonLightIcon$1({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function TonLightIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function ErrorRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element; declare function InfoLineIcon({ size, color, ...props }: Omit<IconProps$1, 'width' | 'height'>): react_jsx_runtime.JSX.Element; declare function InfoRoundIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element; declare function TransferIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function ArrowSendIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element; declare function PhantomIcon({ size, ...props }: IconSizeProps): react_jsx_runtime.JSX.Element; declare function MoreIcon({ width, height, color, ...props }: IconHWColorProps): react_jsx_runtime.JSX.Element; declare function CheckboxIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element; declare function CheckboxCheckedIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element; declare function InputLengthIcon({ size, color, ...props }: IconSizeColorProps): react_jsx_runtime.JSX.Element; declare function KakaoIcon({ size }: { size?: number; }): react_jsx_runtime.JSX.Element; declare const MatchIdIcon: () => react_jsx_runtime.JSX.Element; declare const index_ArrowDownIcon: typeof ArrowDownIcon; declare const index_ArrowLeftIcon: typeof ArrowLeftIcon; declare const index_ArrowRightIcon: typeof ArrowRightIcon; declare const index_ArrowSendIcon: typeof ArrowSendIcon; declare const index_BTCDarkIcon: typeof BTCDarkIcon; declare const index_BTCLightIcon: typeof BTCLightIcon; declare const index_BackIcon: typeof BackIcon; declare const index_BitgetIcon: typeof BitgetIcon; declare const index_CheckIcon: typeof CheckIcon; declare const index_CheckRoundIcon: typeof CheckRoundIcon; declare const index_CheckboxCheckedIcon: typeof CheckboxCheckedIcon; declare const index_CheckboxIcon: typeof CheckboxIcon; declare const index_CloseEyeIcon: typeof CloseEyeIcon; declare const index_CloseIcon: typeof CloseIcon; declare const index_CloseRoundIcon: typeof CloseRoundIcon; declare const index_CopyIcon: typeof CopyIcon; declare const index_DeleteRoundIcon: typeof DeleteRoundIcon; declare const index_DiscordIcon: typeof DiscordIcon; declare const index_EVMDarkIcon: typeof EVMDarkIcon; declare const index_EVMLightIcon: typeof EVMLightIcon; declare const index_EmailIcon: typeof EmailIcon; declare const index_EmailLineIcon: typeof EmailLineIcon; declare const index_ErrorRoundIcon: typeof ErrorRoundIcon; declare const index_FacebookIcon: typeof FacebookIcon; declare const index_GithubIcon: typeof GithubIcon; declare const index_GoogleIcon: typeof GoogleIcon; declare const index_InfoLineIcon: typeof InfoLineIcon; declare const index_InfoRoundIcon: typeof InfoRoundIcon; declare const index_InputLengthIcon: typeof InputLengthIcon; declare const index_KakaoIcon: typeof KakaoIcon; declare const index_LeatherIcon: typeof LeatherIcon; declare const index_LinkedinIcon: typeof LinkedinIcon; declare const index_LoadingIcon: typeof LoadingIcon; declare const index_LoginIcon: typeof LoginIcon; declare const index_MatchIdIcon: typeof MatchIdIcon; declare const index_MoreIcon: typeof MoreIcon; declare const index_OKXIcon: typeof OKXIcon; declare const index_OpenEyeIcon: typeof OpenEyeIcon; declare const index_PasswordRoundIcon: typeof PasswordRoundIcon; declare const index_PhantomIcon: typeof PhantomIcon; declare const index_SOLDarkIcon: typeof SOLDarkIcon; declare const index_SOLLightIcon: typeof SOLLightIcon; declare const index_TRXDarkIcon: typeof TRXDarkIcon; declare const index_TRXLightIcon: typeof TRXLightIcon; declare const index_TelegramIcon: typeof TelegramIcon; declare const index_TonLightIcon: typeof TonLightIcon; declare const index_TransferIcon: typeof TransferIcon; declare const index_TronLinkIcon: typeof TronLinkIcon; declare const index_UnLoginIcon: typeof UnLoginIcon; declare const index_UnisatIcon: typeof UnisatIcon; declare const index_WalletIcon: typeof WalletIcon; declare const index_XIcon: typeof XIcon; declare const index_XverseIcon: typeof XverseIcon; declare const index_YoutubeIcon: typeof YoutubeIcon; declare namespace index { export { index_ArrowDownIcon as ArrowDownIcon, index_ArrowLeftIcon as ArrowLeftIcon, index_ArrowRightIcon as ArrowRightIcon, index_ArrowSendIcon as ArrowSendIcon, index_BTCDarkIcon as BTCDarkIcon, index_BTCLightIcon as BTCLightIcon, index_BackIcon as BackIcon, index_BitgetIcon as BitgetIcon, index_CheckIcon as CheckIcon, index_CheckRoundIcon as CheckRoundIcon, index_CheckboxCheckedIcon as CheckboxCheckedIcon, index_CheckboxIcon as CheckboxIcon, index_CloseEyeIcon as CloseEyeIcon, index_CloseIcon as CloseIcon, index_CloseRoundIcon as CloseRoundIcon, index_CopyIcon as CopyIcon, index_DeleteRoundIcon as DeleteRoundIcon, index_DiscordIcon as DiscordIcon, index_EVMDarkIcon as EVMDarkIcon, index_EVMLightIcon as EVMLightIcon, index_EmailIcon as EmailIcon, index_EmailLineIcon as EmailLineIcon, index_ErrorRoundIcon as ErrorRoundIcon, index_FacebookIcon as FacebookIcon, index_GithubIcon as GithubIcon, index_GoogleIcon as GoogleIcon, index_InfoLineIcon as InfoLineIcon, index_InfoRoundIcon as InfoRoundIcon, index_InputLengthIcon as InputLengthIcon, index_KakaoIcon as KakaoIcon, index_LeatherIcon as LeatherIcon, index_LinkedinIcon as LinkedinIcon, index_LoadingIcon as LoadingIcon, index_LoginIcon as LoginIcon, index_MatchIdIcon as MatchIdIcon, index_MoreIcon as MoreIcon, index_OKXIcon as OKXIcon, index_OpenEyeIcon as OpenEyeIcon, index_PasswordRoundIcon as PasswordRoundIcon, index_PhantomIcon as PhantomIcon, index_SOLDarkIcon as SOLDarkIcon, index_SOLLightIcon as SOLLightIcon, index_TRXDarkIcon as TRXDarkIcon, index_TRXLightIcon as TRXLightIcon, index_TelegramIcon as TelegramIcon, TonLightIcon$1 as TonDarkIcon, index_TonLightIcon as TonLightIcon, index_TransferIcon as TransferIcon, index_TronLinkIcon as TronLinkIcon, index_UnLoginIcon as UnLoginIcon, index_UnisatIcon as UnisatIcon, index_WalletIcon as WalletIcon, index_XIcon as XIcon, index_XverseIcon as XverseIcon, index_YoutubeIcon as YoutubeIcon }; } export { InputLengthIcon as $, ArrowRightIcon as A, BackIcon as B, CloseIcon as C, DeleteRoundIcon as D, EmailIcon as E, FacebookIcon as F, GoogleIcon as G, TonLightIcon$1 as H, TonLightIcon as I, ErrorRoundIcon as J, InfoLineIcon as K, LoadingIcon as L, InfoRoundIcon as M, TransferIcon as N, OpenEyeIcon as O, PasswordRoundIcon as P, ArrowSendIcon as Q, PhantomIcon as R, SOLDarkIcon as S, TelegramIcon as T, UnLoginIcon as U, MoreIcon as V, WalletIcon as W, XIcon as X, YoutubeIcon as Y, CheckboxIcon as Z, CheckboxCheckedIcon as _, CloseRoundIcon as a, KakaoIcon as a0, MatchIdIcon as a1, EmailLineIcon as b, LoginIcon as c, CheckRoundIcon as d, CloseEyeIcon as e, ArrowLeftIcon as f, GithubIcon as g, DiscordIcon as h, index as i, CheckIcon as j, CopyIcon as k, LinkedinIcon as l, BTCDarkIcon as m, BTCLightIcon as n, EVMDarkIcon as o, EVMLightIcon as p, SOLLightIcon as q, TRXDarkIcon as r, TRXLightIcon as s, ArrowDownIcon as t, LeatherIcon as u, UnisatIcon as v, XverseIcon as w, TronLinkIcon as x, OKXIcon as y, BitgetIcon as z };