UNPKG

@vectara/vectara-ui

Version:

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

13 lines (12 loc) 462 B
type Props = { icon?: React.ReactNode; children?: React.ReactNode; actions?: React.ReactNode; align?: "top" | "bottom"; color?: "transparent" | "default"; background?: string; backgroundScale?: "width" | "height"; backgroundMaxSize?: string; }; export declare const VuiPanel: ({ icon, children, actions, background, backgroundScale, align, color, backgroundMaxSize }: Props) => import("react/jsx-runtime").JSX.Element; export {};