UNPKG

@sofaws/dapp-core

Version:

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

7 lines 296 B
/// <reference types="react" /> import { FormatAmountPropsType } from './formatAmount.types'; /** * @param props.egldLabel if not provided, will fallback on **EGLD** */ export declare const FormatAmount: (props: FormatAmountPropsType) => JSX.Element; //# sourceMappingURL=FormatAmount.d.ts.map