UNPKG

@sofaws/dapp-core

Version:

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

6 lines 205 B
/// <reference types="react" /> import { ResultType } from 'types'; export declare const ScrDetailItem: ({ result }: { result: ResultType; }) => JSX.Element; //# sourceMappingURL=ScrDetailItem.d.ts.map