UNPKG

@sofaws/dapp-core

Version:

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

8 lines 370 B
/// <reference types="react" /> import { FormatAmountPropsType } from 'UI/FormatAmount/formatAmount.types'; /** * !!! This function is deprecated. Please use formatAmount instead. * @param props.egldLabel if not provided, will fallback on **EGLD** */ export declare const Denominate: (props: FormatAmountPropsType) => JSX.Element; //# sourceMappingURL=index.d.ts.map