UNPKG

@adventera/vectara-ui

Version:

Vectara's design system, codified as a React component library

11 lines (10 loc) 337 B
import { Props as LinkProps } from "../link/Link"; type Props = { className?: string; title?: string; text?: string; onClick?: () => void; href?: LinkProps["href"]; }; export declare const VuiMenuItem: ({ className, title, text, href, onClick, ...rest }: Props) => import("react/jsx-runtime").JSX.Element; export {};