UNPKG

@fifteen/design-system-vue

Version:

Vue 3 (Composition API + Typescript) implementation of the Fifteen Design System

12 lines (11 loc) 222 B
const t = { lastWeek: "'Praėjusį' eeee p", yesterday: "'Vakar' p", today: "'Šiandien' p", tomorrow: "'Rytoj' p", nextWeek: "eeee p", other: "P" }, p = (e, a, o, r) => t[e]; export { p as formatRelative };