@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
11 lines • 538 B
TypeScript
/// <reference types="react" />
import { WithClassnameType } from '../../types';
export interface LedgerLoginContainerPropsType extends WithClassnameType {
callbackRoute?: string;
wrapContentInsideModal?: boolean;
token?: string;
onClose?: () => void;
onLoginRedirect?: (callbackRoute: string) => void;
}
export declare const LedgerLoginContainer: ({ callbackRoute, className, wrapContentInsideModal, onClose, onLoginRedirect, token }: LedgerLoginContainerPropsType) => JSX.Element;
//# sourceMappingURL=index.d.ts.map