geoiq-frontend-ui-kit
Version:
This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.
16 lines (15 loc) • 536 B
JavaScript
import e from "react";
import { AccordionDemo as r } from "./index.es2.js";
import { Typography as o } from "./index.es17.js";
const n = ({ sharedMarkets: t }) => t ? /* @__PURE__ */ e.createElement(
r,
{
trigger: /* @__PURE__ */ e.createElement(o, { variant: "body1", className: "text-light-2" }, "Shared markets"),
content: /* @__PURE__ */ e.createElement("div", null, t),
triggerProps: { className: "cursor-pointer my-2" }
}
) : null;
export {
n as SharedMarketsSection
};
//# sourceMappingURL=index.es133.js.map