UNPKG

@vectara/vectara-ui

Version:

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

7 lines (6 loc) 193 B
type Props = { title: string; children: React.ReactNode; }; export declare const VuiAppSideNavGroup: ({ title, children }: Props) => import("react/jsx-runtime").JSX.Element; export {};