dfh-ui-library 1.12.747 → 1.12.749

Sign up to get free protection for your applications and to get access to all the features.
@@ -105,6 +105,8 @@ export interface IHookFormsInputProps extends InputHTMLAttributes<HTMLInputEleme
105
105
  * Set Input name
106
106
  */
107
107
  labelName?: string;
108
+ isCrossIcon?: boolean;
109
+ isCrossIconHandler?: () => void;
108
110
  /**
109
111
  * Set the Label Type
110
112
  */