UNPKG

@vectara/vectara-ui

Version:

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

8 lines (7 loc) 252 B
import { InfoListItemType } from "./InfoListItem"; export type InfoListType = Array<InfoListItemType>; type Props = { info: InfoListType; }; export declare const VuiInfoList: ({ info }: Props) => import("react/jsx-runtime").JSX.Element; export {};