@julseb-lib/react 1.0.55 → 1.0.57
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.
|
@@ -356,7 +356,7 @@ type ILibSelectInput = Omit<SelectHTMLAttributes<HTMLSelectElement>, "prefix"> &
|
|
|
356
356
|
iconSelect?: ReactElement$2;
|
|
357
357
|
children?: ReactChildren;
|
|
358
358
|
};
|
|
359
|
-
type ILibTextareaInput = TextareaHTMLAttributes<HTMLTextAreaElement> & Omit<
|
|
359
|
+
type ILibTextareaInput = TextareaHTMLAttributes<HTMLTextAreaElement> & Omit<ILibInputExtended, "inputVariant"> & ILibInputWithValidation & {
|
|
360
360
|
ref?: Ref<HTMLTextAreaElement>;
|
|
361
361
|
type: "textarea";
|
|
362
362
|
};
|
|
@@ -356,7 +356,7 @@ type ILibSelectInput = Omit<SelectHTMLAttributes<HTMLSelectElement>, "prefix"> &
|
|
|
356
356
|
iconSelect?: ReactElement$2;
|
|
357
357
|
children?: ReactChildren;
|
|
358
358
|
};
|
|
359
|
-
type ILibTextareaInput = TextareaHTMLAttributes<HTMLTextAreaElement> & Omit<
|
|
359
|
+
type ILibTextareaInput = TextareaHTMLAttributes<HTMLTextAreaElement> & Omit<ILibInputExtended, "inputVariant"> & ILibInputWithValidation & {
|
|
360
360
|
ref?: Ref<HTMLTextAreaElement>;
|
|
361
361
|
type: "textarea";
|
|
362
362
|
};
|