GenericFieldProps: BaseFormControl & {
    labelHeight?: string;
    stickyLabel?: boolean;
}

Type declaration

  • Optional labelHeight?: string

    Height of the label (default: 50px)

  • Optional stickyLabel?: boolean

Generated using TypeDoc