koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
38 lines (37 loc) • 1.13 kB
JavaScript
"use client";
const e = "_cell-wrapper_madsn_6", n = "_row-selection-cell_madsn_16", t = "_input_madsn_21", o = "_inverted_madsn_26", l = "_header-cell_madsn_39", c = "_column-title_madsn_48", s = "_column-actions_madsn_52", _ = "_actions-button_madsn_59", a = "_actions-icon_madsn_63", i = "_view-text-cell_madsn_78", r = "_view-number-cell_madsn_87", m = "_view-date-cell_madsn_97", d = "_footer-cell_madsn_108", u = "_footer-button_madsn_117", w = "_footer-icon_madsn_121", v = {
cellWrapper: e,
rowSelectionCell: n,
input: t,
inverted: o,
headerCell: l,
columnTitle: c,
columnActions: s,
actionsButton: _,
actionsIcon: a,
viewTextCell: i,
viewNumberCell: r,
viewDateCell: m,
footerCell: d,
footerButton: u,
footerIcon: w
};
export {
_ as actionsButton,
a as actionsIcon,
e as cellWrapper,
s as columnActions,
c as columnTitle,
v as default,
u as footerButton,
d as footerCell,
w as footerIcon,
l as headerCell,
t as input,
o as inverted,
n as rowSelectionCell,
m as viewDateCell,
r as viewNumberCell,
i as viewTextCell
};
//# sourceMappingURL=Cells.module.css.js.map