koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
13 lines (12 loc) • 1.04 kB
JavaScript
"use client";
var e = /* @__PURE__ */ ((r) => (r.decimal = "decimal", r.currency = "currency", r.percent = "percent", r.unit = "unit", r))(e || {}), n = /* @__PURE__ */ ((r) => (r.lookup = "lookup", r["best fit"] = "best fit", r))(n || {}), t = /* @__PURE__ */ ((r) => (r.standard = "standard", r.scientific = "scientific", r.engineering = "engineering", r.compact = "compact", r))(t || {}), c = /* @__PURE__ */ ((r) => (r.short = "short", r.long = "long", r))(c || {}), o = /* @__PURE__ */ ((r) => (r.auto = "auto", r.always = "always", r.exceptZero = "exceptZero", r.never = "never", r))(o || {}), u = /* @__PURE__ */ ((r) => (r.code = "code", r.symbol = "symbol", r.narrowSymbol = "narrowSymbol", r.name = "name", r))(u || {}), a = /* @__PURE__ */ ((r) => (r.short = "short", r.narrow = "narrow", r.long = "long", r))(a || {});
export {
c as CompactDisplayModes,
u as CurrencyDisplayTypes,
n as LocaleMatchers,
t as Notations,
o as SignDisplayModes,
e as Styles,
a as UnitDisplayModes
};
//# sourceMappingURL=types.js.map