@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
23 lines (22 loc) • 422 B
JavaScript
import { c as t } from "../../index-BNmRGtA6.js";
const a = t(["flex", "gap-8", "items-center"]), n = t([
"flex",
"items-center",
"gap-1",
"text-slate-500",
"cursor-pointer",
"text-sm",
"w-max"
]), r = t([
"text-slate-400",
"h-[20px]",
"w-[20px]",
"transition-all",
"duration-150",
"ease-in-out"
]);
export {
r as filterButtonIconVariants,
n as filterButtonVariants,
a as filterVariants
};