@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
8 lines • 351 B
TypeScript
/// <reference types="react" />
import { WithClassnameType } from '../../types';
export interface ConfirmAddressPropsType extends WithClassnameType {
token?: string;
noBorder?: boolean;
}
export declare const ConfirmAddress: ({ token, noBorder, className }: ConfirmAddressPropsType) => JSX.Element;
//# sourceMappingURL=ConfirmAddress.d.ts.map