UNPKG

@vectara/vectara-ui

Version:

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

10 lines (9 loc) 293 B
type Props = { children: React.ReactNode; className?: string; href?: string; onClick?: () => void; isActive?: boolean; }; export declare const VuiTab: ({ children, className, href, onClick, isActive, ...rest }: Props) => import("react/jsx-runtime").JSX.Element; export {};