@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
26 lines (25 loc) • 397 B
JavaScript
import { t as a } from "../../dist-Bcn6lMQe.js";
var r = a([
"flex",
"rounded-xl",
"max-w-fit",
"bg-white",
"dark:bg-metal-800",
"dark:border-metal-700",
"shadow",
"dark:shadow-metal-50/5",
"pt-4.5",
"pb-3.5",
"px-4"
]), t = a([
"flex",
"flex-col",
"pt-4",
"gap-6",
"pr-4",
"items-center"
]);
export {
r as dateRangePickerVariants,
t as rightPanelVariants
};