R
T

UseTimeAgoUnitName

testeddemo

The default set of unit names recognized by `useTimeAgo`.

Demo

Loading demo…

Signature

ts
export type UseTimeAgoUnitName
  = 'second' | 'minute' | 'hour' | 'day' | 'week' | 'month' | 'year';