@vectara/vectara-ui
Version:
Vectara's design system, codified as a React and Sass component library
11 lines (10 loc) • 331 B
TypeScript
type Props = {
children?: React.ReactNode;
className?: string;
href?: string;
onClick?: () => void;
title?: string;
fullWidth?: boolean;
};
export declare const VuiTopicButton: ({ children, className, href, onClick, title, fullWidth, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
export {};