UNPKG

@sofaws/dapp-core

Version:

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

10 lines 393 B
/// <reference types="react" /> import { AssetType } from 'types/account.types'; export interface AccountNamePropsType { address: string; assets?: AssetType; color?: 'muted' | 'secondary' | string; ['data-testid']?: string; } export declare const AccountName: ({ address, assets, color, ...rest }: AccountNamePropsType) => JSX.Element; //# sourceMappingURL=AccountName.d.ts.map