UNPKG

@sofaws/dapp-core

Version:

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

7 lines 292 B
/// <reference types="react" /> import { StatusIconType } from './transactionStatusToast.types'; export interface StatusIconPropsType { type: StatusIconType; } export declare const StatusIcon: ({ type }: StatusIconPropsType) => JSX.Element | null; //# sourceMappingURL=StatusIcon.d.ts.map