@sofaws/dapp-core
Version:
A library to hold the main logic for a dapp on the Elrond Network
8 lines • 302 B
TypeScript
/// <reference types="react" />
import { EventType } from 'types/serverTransactions.types';
export interface EventsListPropsType {
events: EventType[];
id?: string;
}
export declare const EventsList: ({ events, id }: EventsListPropsType) => JSX.Element;
//# sourceMappingURL=EventsList.d.ts.map