UNPKG

@alephium/web3-react

Version:
16 lines (15 loc) 455 B
/// <reference types="react" /> export declare const PlaceHolder: () => JSX.Element; declare const _default: { AlephiumIcon: ({ ...props }: { [x: string]: any; }) => JSX.Element; WalletConnect: ({ background, ...props }: { [x: string]: any; background?: boolean | undefined; }) => JSX.Element; Ledger: ({ ...props }: { [x: string]: any; }) => JSX.Element; }; export default _default;