@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
35 lines (34 loc) • 594 B
JavaScript
import { c as t } from "../../index-D29mdTf5.js";
const r = t([
"flex",
"flex-col",
"w-full",
"relative",
"text-slate-500",
"mb-1",
"cursor-pointer",
"text-sm",
"leading-5",
"tracking-[0.1px]",
"dark:text-slate-50"
]), a = t(["cursor-pointer", "mb-1"]), o = t([
"h-9",
"border",
"cursor-pointer",
"duration-250",
"ease-in-out",
"flex",
"items-center",
"justify-between",
"px-2",
"py-1",
"rounded-md",
"transition-all",
"w-full",
"border-gray-200"
]);
export {
a as labelVariants,
o as multiSelectDropdownVariants,
r as wrapperVariants
};