UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

12 lines (11 loc) 323 B
import { jsx as m } from "react/jsx-runtime"; import { cn as o } from "../../utils/index.js"; import { dividerVariants as a } from "./Divider.variants.js"; const d = ({ className: i, ...r }) => /* @__PURE__ */ m("div", { className: o(a({ className: i })), ...r }); d.displayName = "Divider"; export { d as Divider };