koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
77 lines (76 loc) • 2.02 kB
JavaScript
"use client";
const t = "_text_1tm79_3", e = "_header_1tm79_10", _ = "_anchor_1tm79_13", r = "_icon_1tm79_24", o = "_header1_1tm79_38", a = "_header2_1tm79_51", s = "_header3_1tm79_64", c = "_header4_1tm79_77", n = "_header5_1tm79_90", m = "_header6_1tm79_103", d = "_paragraph_1tm79_116", l = "_manual_1tm79_121", h = "_auto_1tm79_125", i = "_link_1tm79_135", p = "_bold_1tm79_146", u = "_strong_1tm79_152", b = "_italic_1tm79_158", k = "_emphasized_1tm79_164", g = "_marked_1tm79_171", f = "_small_1tm79_178", x = "_deleted_1tm79_184", q = "_inserted_1tm79_192", y = "_subscript_1tm79_207", z = "_superscript_1tm79_214", T = "_ul_1tm79_222", W = "_ol_1tm79_223", w = "_blockquote_1tm79_282", j = "_keyboard_1tm79_339", v = "_table-wrapper_1tm79_359", A = "_table_1tm79_359", B = "_code_1tm79_425", C = "_preformatted_1tm79_434", D = "_meter_1tm79_472", E = "_strike-through_1tm79_517", F = {
text: t,
header: e,
anchor: _,
icon: r,
header1: o,
header2: a,
header3: s,
header4: c,
header5: n,
header6: m,
paragraph: d,
manual: l,
auto: h,
link: i,
bold: p,
strong: u,
italic: b,
emphasized: k,
marked: g,
small: f,
deleted: x,
inserted: q,
subscript: y,
superscript: z,
ul: T,
ol: W,
blockquote: w,
"description-list": "_description-list_1tm79_319",
keyboard: j,
tableWrapper: v,
table: A,
code: B,
preformatted: C,
meter: D,
strikeThrough: E
};
export {
_ as anchor,
h as auto,
w as blockquote,
p as bold,
B as code,
F as default,
x as deleted,
k as emphasized,
e as header,
o as header1,
a as header2,
s as header3,
c as header4,
n as header5,
m as header6,
r as icon,
q as inserted,
b as italic,
j as keyboard,
i as link,
l as manual,
g as marked,
D as meter,
W as ol,
d as paragraph,
C as preformatted,
f as small,
E as strikeThrough,
u as strong,
y as subscript,
z as superscript,
A as table,
v as tableWrapper,
t as text,
T as ul
};
//# sourceMappingURL=Text.module.css.js.map