UNPKG

geoiq-frontend-ui-kit

Version:

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

20 lines (19 loc) 335 B
import { cn as i } from "./index.es79.js"; import m from "react"; function a({ className: t, ...e }) { return /* @__PURE__ */ m.createElement( "div", { className: i("animate-pulse rounded-md bg-light-4", t), id: e.id, ...e } ); } export { a as Skeleton }; //# sourceMappingURL=index.es12.js.map