koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
43 lines (42 loc) • 983 B
JavaScript
"use client";
const _ = "_grid_1h1fy_20", s = "_row_1h1fy_29", f = "_column_1h1fy_38", o = "_xs_1h1fy_49", t = "_sm_1h1fy_56", n = "_md_1h1fy_63", c = "_lg_1h1fy_70", l = "_xl_1h1fy_77", d = "_page_1h1fy_115", e = "_header_1h1fy_126", h = "_sticky_1h1fy_127", i = "_content_1h1fy_133", y = "_main_1h1fy_139", m = "_footer_1h1fy_146", a = "_aside_1h1fy_150", u = {
grid: _,
row: s,
column: f,
xs: o,
sm: t,
md: n,
lg: c,
xl: l,
"fluid-xs": "_fluid-xs_1h1fy_84",
"fluid-sm": "_fluid-sm_1h1fy_90",
"fluid-md": "_fluid-md_1h1fy_96",
"fluid-lg": "_fluid-lg_1h1fy_102",
"fluid-xl": "_fluid-xl_1h1fy_108",
page: d,
header: e,
sticky: h,
content: i,
main: y,
footer: m,
aside: a
};
export {
a as aside,
f as column,
i as content,
u as default,
m as footer,
_ as grid,
e as header,
c as lg,
y as main,
n as md,
d as page,
s as row,
t as sm,
h as sticky,
l as xl,
o as xs
};
//# sourceMappingURL=Layout.module.css.js.map