UNPKG

@sofaws/dapp-core

Version:

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

14 lines 614 B
import { ReactNode } from 'react'; export interface Props { title?: string; className?: string; loginRoute: string; LedgerLoginButtonText?: string; ExtensionLoginButtonText?: string; WebWalletLoginButtonText?: string; WalletConnectLoginButtonText?: string; WalletConnectV2LoginButtonText?: string; description?: string | ReactNode; } export declare const UnlockPage: ({ loginRoute, title, className, LedgerLoginButtonText, description, WalletConnectLoginButtonText, ExtensionLoginButtonText, WebWalletLoginButtonText }: Props) => JSX.Element; //# sourceMappingURL=index.d.ts.map