UNPKG

@vectara/vectara-ui

Version:

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

12 lines (11 loc) 281 B
type Stat = { name: string; value: React.ReactNode; }; type Props = { stats: Stat[]; size?: "xs" | "s"; className?: string; }; export declare const VuiStatList: ({ stats, size, className, ...rest }: Props) => import("react/jsx-runtime").JSX.Element; export {};