UNPKG

@adventera/vectara-ui

Version:

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

7 lines (6 loc) 198 B
type Props = { onClick?: () => void; children: React.ReactNode; }; export declare const VuiScreenBlock: ({ onClick, children }: Props) => import("react/jsx-runtime").JSX.Element; export {};