UNPKG

relative-time-format

Version:
9 lines (7 loc) 199 B
import { Labels } from '../../index'; type LocaleLabelsForStyle = Labels & { locale: 'sr-Latn-BA'; style: 'long'; }; declare const localeLabels: LocaleLabelsForStyle; export default localeLabels;