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) 142 B
import type { DrawerViewProps } from './Drawer.model'; import type { FC } from 'react'; export declare const DrawerView: FC<DrawerViewProps>;