UNPKG

@fifteen/design-system-vue

Version:

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

24 lines (23 loc) 650 B
import { formatDistance as o } from "./en-US/_lib/formatDistance.js"; import { formatRelative as t } from "./en-US/_lib/formatRelative.js"; import { localize as a } from "./en-US/_lib/localize.js"; import { match as r } from "./en-US/_lib/match.js"; import { formatLong as e } from "./en-ZA/_lib/formatLong.js"; const s = { code: "en-ZA", formatDistance: o, formatLong: e, formatRelative: t, localize: a, match: r, options: { weekStartsOn: 0, // Sunday is the first day of the week. firstWeekContainsDate: 1 // The week that contains Jan 1st is the first week of the year. } }; export { s as default, s as enZA };