UNPKG

@theguild/components

Version:
10 lines (9 loc) 285 B
import { jsx } from "react/jsx-runtime"; const __LANDING_WIDTHS_ID = "hive-l-widths"; function HiveLayoutConfig({ widths }) { return widths === "landing-narrow" ? /* @__PURE__ */ jsx("div", { id: __LANDING_WIDTHS_ID }) : null; } export { HiveLayoutConfig, __LANDING_WIDTHS_ID };