@vectara/vectara-ui
Version:
Vectara's design system, codified as a React and Sass component library
8 lines (7 loc) • 324 B
TypeScript
import { InfoListType } from "../infoList/InfoList";
import { Props as PopoverProps } from "../popover/Popover";
type Props = PopoverProps & {
info?: InfoListType;
};
export declare const VuiInfoMenu: ({ isOpen, setIsOpen, button, info, children, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
export {};