@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
32 lines (31 loc) • 559 B
JavaScript
import { t as r } from "../../dist-Bcn6lMQe.js";
var a = r([
"flex",
"flex-col",
"gap-2",
"w-full",
"relative",
"cursor-pointer"
]), t = r(["cursor-pointer", "select-none"]), o = r([
"min-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",
"dark:border-metal-700",
"dark:bg-metal-800"
]);
export {
t as labelVariants,
o as multiSelectDropdownVariants,
a as wrapperVariants
};