Hex Core JS
    Preparing search index...

    Type Alias LabelProps

    LabelProps: { htmlFor?: string; isEditing?: boolean; optional?: boolean } & Partial<
        ClassNameProps & StyleProps & ChildrenProps,
    >

    Type Declaration

    • OptionalhtmlFor?: string

      The for property of the <label> element. Should match the id of an input.

    • OptionalisEditing?: boolean

      Indicates whether the label belongs to a field that is currently editing.

    • Optionaloptional?: boolean

      Indicates whether the label belongs to an optional field.