UNPKG

@chayns-components/date

Version:

A set of beautiful React components for developing your own applications with chayns.

3 lines (2 loc) 275 B
import { UseDateInfoOptions } from '../types/dateinfo'; export declare const useDateInfo: ({ date, shouldShowDateToNowDifference, shouldShowRelativeDayOfWeek, shouldShowDayOfWeek, shouldShowTime, shouldUseShortText, shouldShowYear, preText, }: UseDateInfoOptions) => string;