UNPKG

@vectara/vectara-ui

Version:

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

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