UNPKG

geoiq-frontend-ui-kit

Version:

This project is a UI kit for GeoIQ's frontend. It's built with React, TypeScript, and Vite.

11 lines (10 loc) 349 B
import r from "react"; import { ClusterHoverCard as t } from "./index.es123.js"; import { PointHoverCard as a } from "./index.es124.js"; function n(e) { return e.variant === "CLUSTER" ? /* @__PURE__ */ r.createElement(t, { ...e }) : /* @__PURE__ */ r.createElement(a, { ...e }); } export { n as default }; //# sourceMappingURL=index.es59.js.map