koval-ui
Version:
React components collection with minimalistic design. Supports theming, layout, and input validation.
18 lines (17 loc) • 355 B
JavaScript
"use client";
const o = "_icon_1orse_1", r = "_rotation_1orse_14", n = "_error_1orse_18", s = "_valid_1orse_22", t = "_loading_1orse_26", _ = {
icon: o,
rotation: r,
error: n,
valid: s,
loading: t
};
export {
_ as default,
n as error,
o as icon,
t as loading,
r as rotation,
s as valid
};
//# sourceMappingURL=Icon.module.css.js.map