UNPKG

@reown/appkit-common

Version:

The full stack toolkit to build onchain app UX.

7 lines (6 loc) 260 B
export declare const DateUtil: { getMonthNameByIndex(monthIndex: number): string | undefined; getYear(date?: string): number; getRelativeDateFromNow(date: string | number): string; formatDate(date: string | number, format?: string): string; };