UNPKG

relative-time-format

Version:
9 lines (7 loc) 193 B
import { Labels } from '../../index'; type LocaleLabelsForStyle = Labels & { locale: 'mai'; style: 'short'; }; declare const localeLabels: LocaleLabelsForStyle; export default localeLabels;