ui-mathilde-web 0.1.34 → 0.1.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -145,6 +145,7 @@ export declare const ImageFormat: ({ src, alt, width, height, classIm, }: {
145
145
  export declare const InputForm: ForwardRefExoticComponent<InputFormProps & RefAttributes<HTMLInputElement>>;
146
146
 
147
147
  declare interface InputFormProps extends default_2.InputHTMLAttributes<HTMLInputElement> {
148
+ icon?: boolean;
148
149
  placeholder?: string;
149
150
  label?: string;
150
151
  error?: string;