UNPKG

@vectara/vectara-ui

Version:

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

15 lines (14 loc) 494 B
type Props = { header?: React.ReactNode; body?: React.ReactNode; footer?: React.ReactNode; align?: "center" | "left" | "right"; className?: string; interactive?: boolean; href?: string; padding?: "s" | "m" | "l"; highlight?: boolean; ungrouped?: boolean; }; export declare const VuiCard: ({ header, body, footer, align, interactive, href, className, padding, highlight, ungrouped, ...rest }: Props) => import("react/jsx-runtime").JSX.Element; export {};