koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
67 lines (66 loc) • 1.77 kB
JavaScript
"use client";
const e = "_text_1ij93_3", _ = "_header1_1ij93_11", t = "_header2_1ij93_22", r = "_header3_1ij93_33", s = "_header4_1ij93_44", i = "_header5_1ij93_55", o = "_header6_1ij93_66", a = "_paragraph_1ij93_77", c = "_link_1ij93_88", d = "_bold_1ij93_99", n = "_strong_1ij93_105", l = "_italic_1ij93_111", h = "_emphasized_1ij93_117", j = "_marked_1ij93_124", p = "_small_1ij93_131", b = "_deleted_1ij93_137", u = "_inserted_1ij93_145", k = "_subscript_1ij93_160", m = "_superscript_1ij93_167", g = "_ul_1ij93_175", f = "_ol_1ij93_176", x = "_blockquote_1ij93_235", q = "_keyboard_1ij93_292", y = "_table-wrapper_1ij93_312", z = "_table_1ij93_312", T = "_code_1ij93_378", W = "_preformatted_1ij93_387", w = "_meter_1ij93_425", v = "_strike-through_1ij93_470", A = {
text: e,
header1: _,
header2: t,
header3: r,
header4: s,
header5: i,
header6: o,
paragraph: a,
link: c,
bold: d,
strong: n,
italic: l,
emphasized: h,
marked: j,
small: p,
deleted: b,
inserted: u,
subscript: k,
superscript: m,
ul: g,
ol: f,
blockquote: x,
"description-list": "_description-list_1ij93_272",
keyboard: q,
tableWrapper: y,
table: z,
code: T,
preformatted: W,
meter: w,
strikeThrough: v
};
export {
x as blockquote,
d as bold,
T as code,
A as default,
b as deleted,
h as emphasized,
_ as header1,
t as header2,
r as header3,
s as header4,
i as header5,
o as header6,
u as inserted,
l as italic,
q as keyboard,
c as link,
j as marked,
w as meter,
f as ol,
a as paragraph,
W as preformatted,
p as small,
v as strikeThrough,
n as strong,
k as subscript,
m as superscript,
z as table,
y as tableWrapper,
e as text,
g as ul
};
//# sourceMappingURL=Text.module.css.js.map