UNPKG

@sofaws/dapp-core

Version:

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

8 lines 307 B
/// <reference types="react" /> export interface ScAddressIconPropsType { initiator: string; secondInitiator?: string; } declare const ScAddressIcon: ({ initiator, secondInitiator }: ScAddressIconPropsType) => JSX.Element | null; export { ScAddressIcon }; //# sourceMappingURL=ScAddressIcon.d.ts.map