UNPKG

@vectara/vectara-ui

Version:

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

3 lines (2 loc) 262 B
import { FormGroupProps } from "./types"; export declare const VuiBlockFormGroup: ({ label, labelRightContent, labelFor, labelSize, isRequired, helpText, ariaDescribedByLabel, errorMessages, content }: FormGroupProps) => import("react/jsx-runtime").JSX.Element;