UNPKG

@alephium/web3-react

Version:
20 lines (19 loc) 606 B
/// <reference types="react" /> export declare const Scan: ({ ...props }: { [x: string]: any; }) => JSX.Element; export declare const AlertIcon: ({ ...props }: { [x: string]: any; }) => JSX.Element; export declare const DisconnectIcon: ({ ...props }: { [x: string]: any; }) => JSX.Element; export declare const TickIcon: ({ ...props }: { [x: string]: any; }) => JSX.Element; export declare const RetryIconCircle: ({ ...props }: { [x: string]: any; }) => JSX.Element; export declare const CopyToClipboardIcon: ({ ...props }: { [x: string]: any; }) => JSX.Element;