UNPKG

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) 268 B
import { cva as a } from "class-variance-authority"; const t = { img: a("", { variants: { hasIcon: { true: "w-12 h-12", false: "h-5 w-5" } } }) }; export { t as hoverDetailCardStyles }; //# sourceMappingURL=index.es143.js.map