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) 382 B
var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); import { jsx } from "react/jsx-runtime"; import { AvatarView } from "./Avatar.view.js"; function AvatarServer(props) { return /* @__PURE__ */ jsx(AvatarView, { ...props }); } __name(AvatarServer, "AvatarServer"); export { AvatarServer as default };