@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
20 lines (19 loc) • 377 B
JavaScript
import { c as t } from "../../index-BNmRGtA6.js";
const r = t(
["h-8", "w-8", "animate-spin", "text-inherit"],
{
variants: {
theme: {
kubefirst: "text-kubefirst-primary",
colony: "text-colony-primary",
civo: "text-civo-primary"
}
},
defaultVariants: {
theme: "kubefirst"
}
}
);
export {
r as loadingVariants
};