UNPKG

laif-ds

Version:

Design System di Laif con componenti React basati su principi di Atomic Design

23 lines (22 loc) 551 B
"use client"; import { formatDistance as t } from "./en-US/_lib/formatDistance.js"; import { formatLong as o } from "./en-US/_lib/formatLong.js"; import { formatRelative as e } 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"; const s = { code: "en-US", formatDistance: t, formatLong: o, formatRelative: e, localize: a, match: r, options: { weekStartsOn: 0, firstWeekContainsDate: 1 } }; export { s as default, s as enUS };