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) 219 B
import type { BaseLinkProps } from "./BaseLink.model"; import type { JSX } from "react"; export declare function BaseLinkView({ href, children, disabled, style, target, rel, ...restProps }: BaseLinkProps): JSX.Element;