koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
34 lines (33 loc) • 781 B
JavaScript
"use client";
const n = "_toast_1elna_30", t = "_success_1elna_43", o = "_error_1elna_47", _ = "_warning_1elna_51", e = "_title_1elna_64", c = "_content_1elna_74", s = "_left_1elna_83", a = "_icon_1elna_89", l = "_body_1elna_95", r = "_provider_1elna_100", i = "_actions_1elna_106", u = "_row_1elna_112", d = "_action-button_1elna_117", w = {
toast: n,
success: t,
error: o,
warning: _,
title: e,
content: c,
left: s,
icon: a,
body: l,
provider: r,
actions: i,
row: u,
actionButton: d
};
export {
d as actionButton,
i as actions,
l as body,
c as content,
w as default,
o as error,
a as icon,
s as left,
r as provider,
u as row,
t as success,
e as title,
n as toast,
_ as warning
};
//# sourceMappingURL=Toast.module.css.js.map