UNPKG

@prokodo/ui

Version:

UI components for production-grade Next.js + Headless CMS (Strapi, Contentful, Headless WordPress) websites by prokodo – built for Core Web Vitals & SEO.

12 lines (11 loc) 368 B
var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); import { jsx } from "react/jsx-runtime"; import { ChipView } from "./Chip.view.js"; function ChipServer(props) { return /* @__PURE__ */ jsx(ChipView, { ...props }); } __name(ChipServer, "ChipServer"); export { ChipServer as default };