UNPKG

@sofaws/dapp-core

Version:

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

7 lines 258 B
/// <reference types="react" /> export interface ShardSpanPropsType { shard: number | string; ['data-testid']?: string; } export declare const ShardSpan: ({ shard, ...rest }: ShardSpanPropsType) => JSX.Element; //# sourceMappingURL=ShardSpan.d.ts.map