Interface: FormControlProps
@arolariu/components / FormControlProps
Interface: FormControlProps
Defined in: components/ui/form.tsx:59
Extends
Omit<React.HTMLAttributes<HTMLElement>,"children">
Properties
children
children:
ReactNode
Defined in: components/ui/form.tsx:64
Single form control element or fallback content to receive field accessibility attributes.
Default
undefined
// was this page useful?