Type alias FormFieldProps<T>

FormFieldProps<T>: FormGroupProps & FormLabelProps & FormControlProps<T> & {
    label?: string;
    labelFloat?: boolean;
}

Type Parameters

Type declaration

  • Optional label?: string
  • Optional labelFloat?: boolean

Generated using TypeDoc