UNPKG

@vectara/vectara-ui

Version:

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

8 lines (7 loc) 233 B
export type InfoListItemType = { title: string; value: React.ReactNode; }; type Props = InfoListItemType; export declare const VuiInfoListItem: ({ title, value }: Props) => import("react/jsx-runtime").JSX.Element; export {};