UNPKG

@sofaws/dapp-core

Version:

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

8 lines 262 B
/// <reference types="react" /> export interface TimeAgoPropsType { value: number; short?: boolean; tooltip?: boolean; } export declare const TimeAgo: ({ value, short, tooltip }: TimeAgoPropsType) => JSX.Element; //# sourceMappingURL=TimeAgo.d.ts.map