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.

16 lines (15 loc) 525 B
"use client"; var __defProp = Object.defineProperty; var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); import { createLazyWrapper } from "../../helpers/createLazyWrapper.js"; import DrawerClient from "./Drawer.client.js"; import DrawerServer from "./Drawer.server.js"; const Drawer_lazy = createLazyWrapper({ name: "Drawer", Client: DrawerClient, Server: DrawerServer, isInteractive: /* @__PURE__ */ __name(() => true, "isInteractive") }); export { Drawer_lazy as default };