@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) • 312 B
TypeScript
import type { LinkViewProps } from "./Link.model";
import type { JSX } from "react";
export declare function LinkView({ variant, href, children, className, style, target, itemProp, hasBackground, ariaLabel, LinkTag, hasHandlers, onClick, BaseLinkComponent, linkComponent, ...rest }: LinkViewProps): JSX.Element;