UNPKG

@vectara/vectara-ui

Version:

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

11 lines (10 loc) 379 B
import { OptionListItem } from "../optionsList/types"; import { InfoListType } from "../infoList/InfoList"; type Props = { userName: string; email: string; info?: InfoListType; options?: OptionListItem<string>[]; }; export declare const VuiAccountButton: ({ userName, email, info, options, ...rest }: Props) => import("react/jsx-runtime").JSX.Element; export {};