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