@qvant/qui-max
Version:
A Vue 3 Design system for Web.
21 lines (20 loc) • 514 B
JavaScript
import formatDistance from "./_lib/formatDistance/index.js";
import formatLong from "./_lib/formatLong/index.js";
import formatRelative from "./_lib/formatRelative/index.js";
import localize from "./_lib/localize/index.js";
import match from "./_lib/match/index.js";
var locale = {
code: "ru",
formatDistance,
formatLong,
formatRelative,
localize,
match,
options: {
weekStartsOn: 1,
firstWeekContainsDate: 1
}
};
var ru = locale;
export { ru as default };
//# sourceMappingURL=index.js.map