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) 156 B
import type { SwitchProps } from "./Switch.model"; import type { JSX } from "react"; export default function SwitchServer(props: SwitchProps): JSX.Element;