@vectara/vectara-ui
Version:
Vectara's design system, codified as a React and Sass component library
4 lines (3 loc) • 304 B
TypeScript
import { LinkProps } from "./types";
export declare const VuiLinkInternal: ({ ...rest }: LinkProps) => import("react/jsx-runtime").JSX.Element;
export declare const VuiLink: ({ children, href, target, onClick, className, track, isAnchor, ...rest }: LinkProps) => import("react/jsx-runtime").JSX.Element;