UNPKG

@vectara/vectara-ui

Version:

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

8 lines (7 loc) 263 B
type Props = { onClick?: () => void; children: React.ReactNode; color?: "neutral" | "primary" | "danger" | "success"; }; export declare const VuiScreenBlock: ({ onClick, children, color }: Props) => import("react/jsx-runtime").JSX.Element; export {};