UNPKG

@sofaws/dapp-core

Version:

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

8 lines 300 B
/// <reference types="react" /> import { ScamInfoType } from 'types/account.types'; export interface DataFieldPropsType { data?: string; scamInfo?: ScamInfoType; } export declare const DataField: ({ data, scamInfo }: DataFieldPropsType) => JSX.Element; //# sourceMappingURL=DataField.d.ts.map