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 t = "_row_out8a_6", o = "_action-button_out8a_16", n = "_action-label_out8a_57", a = "_action-icon_out8a_58", c = "_link_out8a_80", _ = "_success_out8a_84", s = "_danger_out8a_88", u = {
row: t,
actionButton: o,
actionLabel: n,
actionIcon: a,
default: "_default_out8a_76",
link: c,
success: _,
danger: s
};
export {
o as actionButton,
a as actionIcon,
n as actionLabel,
s as danger,
u as default,
c as link,
t as row,
_ as success
};
//# sourceMappingURL=ActionButton.module.css.js.map