@alephium/web3-react
Version:
React components for Alephium Web3.
20 lines (19 loc) • 606 B
TypeScript
/// <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;