@lanaco/lnc-react-ui
Version:
React component library
33 lines (32 loc) • 738 B
JavaScript
import { jsx as s } from "react/jsx-runtime";
import { forwardRef as l } from "react";
import { s as n } from "./emotion-styled.browser.esm-DfbrHHed.js";
import { c as p } from "./utils-BUdHa0nB.js";
import { u as i } from "./emotion-element-f0de968e.browser.esm-CkCiQliQ.js";
const c = n.div`
height: 1px;
background-color: ${(r) => p(
r.theme,
"MenuItem",
"default",
"enabled",
"separator"
)};
margin-left: -0.25rem;
margin-right: -0.25rem;
`, b = l((r, e) => {
const { className: t = "", style: o = {}, ...a } = r, m = i();
return /* @__PURE__ */ s(
c,
{
ref: e,
theme: m,
className: "lnc-ui-dropdown-separator " + t,
style: o,
...a
}
);
});
export {
b as default
};