koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
23 lines (22 loc) • 538 B
JavaScript
"use client";
const c = "_row_1bbcu_6", n = "_action-button_1bbcu_16", t = "_action-label_1bbcu_59", o = "_action-icon_1bbcu_60", _ = "_link_1bbcu_82", s = "_success_1bbcu_86", a = "_danger_1bbcu_90", b = {
row: c,
actionButton: n,
actionLabel: t,
actionIcon: o,
default: "_default_1bbcu_78",
link: _,
success: s,
danger: a
};
export {
n as actionButton,
o as actionIcon,
t as actionLabel,
a as danger,
b as default,
_ as link,
c as row,
s as success
};
//# sourceMappingURL=ActionButton.module.css.js.map