UNPKG

@adventera/vectara-ui

Version:

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

9 lines (8 loc) 264 B
type Props = { labelFor: string; label: string; children: React.ReactElement; helpText?: React.ReactNode; }; export declare const VuiFormGroup: ({ children, labelFor, helpText, label }: Props) => import("react/jsx-runtime").JSX.Element; export {};