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.

4 lines (3 loc) 223 B
import type { DrawerRef, DrawerProps } from './Drawer.model'; declare const _default: import("react").ForwardRefExoticComponent<Omit<DrawerProps, "ref"> & import("react").RefAttributes<DrawerRef>>; export default _default;