UNPKG

@sofaws/dapp-core

Version:

A library to hold the main logic for a dapp on the Elrond Network

9 lines 405 B
import { ReactNode } from 'react'; import { WithClassnameType } from '../../types'; export interface LedgerConnectPropsType extends WithClassnameType { onClick: () => void; error: string; connectPageContent?: ReactNode; } export declare const LedgerConnect: ({ onClick, error, connectPageContent, className }: LedgerConnectPropsType) => JSX.Element; //# sourceMappingURL=LedgerConnect.d.ts.map