UNPKG

geoiq-frontend-ui-kit

Version:

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

18 lines (17 loc) 331 B
import { cva as s } from "class-variance-authority"; const o = s("", { variants: { bgColor: { success: "bg-success-2", danger: "bg-danger-2", stroke: "bg-light-4" } }, defaultVariants: { bgColor: "success" } }); export { o as SliderBgColorVariants }; //# sourceMappingURL=index.es112.js.map