UNPKG

@sofaws/dapp-core

Version:

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

4 lines 254 B
/// <reference types="react" /> import { OperationListType } from 'utils/transactions/transactionInfoHelpers/useGetOperationList'; export declare const OperationsList: (props: OperationListType) => JSX.Element; //# sourceMappingURL=OperationList.d.ts.map