@lanaco/lnc-react-ui
Version:
React component library
17 lines (15 loc) • 517 B
JavaScript
import { jsx as o } from "react/jsx-runtime";
import { forwardRef as t } from "react";
import { s as a } from "./emotion-styled.browser.esm-DfbrHHed.js";
import { d as e } from "./breakpoints-BubDitvo.js";
const s = a.div`
width: 100%;
height: 0.125rem;
background-color: var(--gray-95008, rgba(20, 22, 26, 0.08));
@media ${e("S")} {
height: 0.5rem;
}
`, n = t(({}, r) => /* @__PURE__ */ o(s, { ref: r, className: "lp-section lp-separator-section separator-section-lnc" }));
export {
n as default
};