UNPKG

geoiq-frontend-ui-kit

Version:

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

24 lines (23 loc) 620 B
import * as o from "react"; import { cn as n } from "./index.es79.js"; import { TypographyVariants as y } from "./index.es72.js"; import { variantElementMap as i, defaultTypographyVariant as c } from "./index.es106.js"; const f = o.forwardRef(({ className: t, variant: r = c, id: e, ...a }, p) => { const m = i[r]; return /* @__PURE__ */ o.createElement( m, { className: n(y({ variant: r, className: t })), ref: p, id: e, ...a }, a.children ); }); f.displayName = "Typography"; export { f as Typography, y as TypographyVariants }; //# sourceMappingURL=index.es17.js.map